How to Install and Uninstall python3-snowballstemmer Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "python3-snowballstemmer" package

This is a short guide on how to install python3-snowballstemmer on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-snowballstemmer

2. Uninstall "python3-snowballstemmer" package

Learn how to uninstall python3-snowballstemmer on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-snowballstemmer $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-snowballstemmer package on Ubuntu 21.10 (Impish Indri)

Package: python3-snowballstemmer
Architecture: all
Version: 2.1.0-1
Priority: optional
Section: python
Source: snowball
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Stefano Rivera
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 813
Depends: python3:any
Suggests: python3-stemmer
Filename: pool/main/s/snowball/python3-snowballstemmer_2.1.0-1_all.deb
Size: 58700
MD5sum: d052ce309ffa6810ca634c3ff04369bf
SHA1: 1fda8fc3898e23488034f6b7c24eeeab2e4dd1e3
SHA256: 336964f99c634b7bfb5251073a6de72823fde15b682534308f05646bd038e6a2
SHA512: 6c2ddb88f1d0b672603d4bbac90ee81975729e6af981aee2dab9c5c7b8ee42a872b2b3dedc5da4e1fdba808c0d55c72d5df5b9619d366283ded1b936a635d8ff
Homepage: https://snowballstem.org/
Description-en: Pure Python Snowball stemming library
Snowball provides access to efficient algorithms for calculating a
"stemmed" form of a word. This is a form with most of the common
morphological endings removed; hopefully representing a common
linguistic base form. This is most useful in building search engines
and information retrieval software; for example, a search with stemming
enabled should be able to find a document containing "cycling" given the
query "cycles".
.
Snowball provides algorithms for several (mainly European) languages.
It also provides access to the classic Porter stemming algorithm for
English: although this has been superseded by an improved algorithm, the
original algorithm may be of interest to information retrieval
researchers wishing to reproduce results of earlier experiments.
.
This package contains the pure Python module that implements Snowball
algorithms. When python3-stemmer package (which contains the C extension)
is installed, it uses that extension instead of the pure Python code.
Description-md5: 72ad1ea5908ff40c023811a4a16e0b36