python-snowballstemmer: python-snowballstemmer (Snowball stemming library)
python-snowballstemmer:
python-snowballstemmer: Stemming maps different forms of the same word to a common "stem" -
python-snowballstemmer: for example, the English stemmer maps *connection*, *connections*,
python-snowballstemmer: *connective*, *connected*, and *connecting* to *connect*.  So a search
python-snowballstemmer: for *connected* would also find documents which only have the other
python-snowballstemmer: forms.
python-snowballstemmer:
python-snowballstemmer: Homepage: https://github.com/snowballstem/snowball
python-snowballstemmer:
python-snowballstemmer: