Snowball stemming library collection for Python
Snowball is a small string processing language for creating stemming algorithms for use in Information Retrieval, plus a collection of stemming algorithms implemented using it. Stemming maps different forms of the same word to a common "stem" - for example, the English stemmer maps connection, connections, connective, connected, and connecting to connect. So a searching for connected would also find documents which only have the other forms.
$
pkg install py311-snowballstemmerOrigin
textproc/py-snowballstemmer
Size
3.03MiB
License
BSD3CLAUSE
Maintainer
sunpoet@FreeBSD.org
Dependencies
2 packages
Required by
2 packages