MojoJolo / textteaser

TextTeaser is an automatic summarization algorithm.
MIT License
1.97k stars 250 forks source link

Multilingual, now supporting also Spanish #33

Closed DrDub closed 9 years ago

DrDub commented 9 years ago

Added instructions of how to migrate models from NLTK to OpenNLP.

Migrated StopWords to its own class, language-dependent.

Added language dependency injection to the GuiceModule.

The SimpleREPL now summarizes Spanish as an example.

I believe this closes #15