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

Last updated: May 10,2024

1. Install "python3-stemmer" package

This guide covers the steps necessary to install python3-stemmer on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-stemmer

2. Uninstall "python3-stemmer" package

Please follow the guidance below to uninstall python3-stemmer on Ubuntu 21.10 (Impish Indri):

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

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

Package: python3-stemmer
Architecture: amd64
Version: 2.0.1+dfsg-2
Multi-Arch: same
Priority: optional
Section: universe/python
Source: pystemmer
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 90
Depends: python3 (<< 3.10), python3 (>= 3.9~), libc6 (>= 2.4), libstemmer0d (>= 0+svn527)
Filename: pool/universe/p/pystemmer/python3-stemmer_2.0.1+dfsg-2_amd64.deb
Size: 28048
MD5sum: 9e49faa81b3810f94dcf5199989969ae
SHA1: 56eeacda1f522133f88d84d7f88bd7af3d574342
SHA256: 0a60c6a49774ce0d05494a33e8c2647ebdc2324e252e4b442f8a787ba4917a62
SHA512: 55cdcfbcbb12da284da9ff6c97ed0333c2789cf0527ac4aa6be0d0821767e7bb373034d503b5424ed4e395c3bf4a0fe997e1b579779a6c0baf7150e855231c89
Homepage: https://snowballstem.org/
Description-en: Python 3 bindings for libstemmer - snowball stemming algorithms
PyStemmer 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".
.
PyStemmer provides algorithms for several (mainly European) languages, by
wrapping the libstemmer library from the Snowball project in a Python 3
module.
.
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.
Description-md5: 2aeb40ffafee5b1b957566fa3f8bd88f