davidmogar / cucco

Text normalization library for Python
MIT License
203 stars 27 forks source link

Add stemming capabilities #13

Open davidmogar opened 7 years ago

davidmogar commented 7 years ago

If the library is used for text normalization, stemming is a must.

oroszgy commented 7 years ago

Also, I have doubts whether it is possible enumerate all the stopwords in an agglutiantive language like Finnish (or Hungarian). Did you consider using spacy?