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)

  • one
    "There are so many options where the root is not determined correctly." To make the question less general, you could not show the code sample what you expected to get (the correct roots) and what the code displays instead. - jfs
  • Stemming and should not return the root. If you are lucky, the basis (the one that the operation returns) is the same, but this is optional. - m9_psy
  • What did you use? What are the problems? - hedgehogues
  • If "Stemming should not return the root", then what are the options to get the result as close as possible to the root except for stemming? - Serhiy Romanov

0