Need a library to highlight the root of the words. Now I use SnowballStemmer from NTLK library (www.nltk.org/). Unfortunately, there are so many options where the root is not determined correctly.
Perhaps you can put some dictionaries for NTLK? Or are there other libraries (algorithms)?
I want to get advice from people who have dealt with this. Interested in implementation in Python well, or the presence of ways to make friends with Python.
Thank)