snowballstemmer: Stemmer algorithms for natural language processing in Python#
Description#
This package provides 29 stemmers for 28 languages generated from Snowball algorithms.
License#
BSD-3-Clause
Upstream Contact#
https://pypi.org/project/snowballstemmer/
This is a pure Python stemming library. If PyStemmer is available, this module uses it to accelerate.
Type#
standard
Dependencies#
$(PYTHON)
$(PYTHON_TOOLCHAIN)
Version Information#
package-version.txt:
2.2.0
version_requirements.txt:
snowballstemmer >=1.2.1
Equivalent System Packages#
$ conda install snowballstemmer
$ sudo emerge dev-python/snowballstemmer
$ sudo port install py-snowballstemmer
$ sudo zypper install python3\$\{PYTHON_MINOR\}-snowballstemmer
$ sudo xbps-install python3-snowballstemmer
See https://repology.org/project/python:snowballstemmer/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.