How to Install and Uninstall python-stemmer Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 01,2024

1. Install "python-stemmer" package

This guide let you learn how to install python-stemmer on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-stemmer

2. Uninstall "python-stemmer" package

Please follow the step by step instructions below to uninstall python-stemmer on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-stemmer package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-stemmer
Priority: optional
Section: universe/python
Installed-Size: 70
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: pystemmer
Version: 1.3.0+dfsg-1build4
Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.4), libstemmer0d (>= 0+svn527)
Suggests: python-stemmer-doc
Filename: pool/universe/p/pystemmer/python-stemmer_1.3.0+dfsg-1build4_amd64.deb
Size: 23360
MD5sum: a2dacb5cac939b0e1f02810e108ac0c7
SHA1: 5dd519a41b63bde53a161fd7ac58fa66573f98c8
SHA256: 6b18e5cc043954d82e9ce89825a2f3721125a824e9ebb37fa1311196ee7714c9
Description-en: Python 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 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: 09fc8e8c40fdc7681bf96d101e5d4ca4
Homepage: http://snowball.tartarus.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu