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

Last updated: May 18,2024

1. Install "python3-stemmer" package

Please follow the step by step instructions below to install python3-stemmer on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-stemmer

2. Uninstall "python3-stemmer" package

This tutorial shows how to uninstall python3-stemmer on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.4), libstemmer0d (>= 0+svn527)
Suggests: python-stemmer-doc
Filename: pool/universe/p/pystemmer/python3-stemmer_1.3.0+dfsg-1build4_amd64.deb
Size: 23672
MD5sum: f68aa9f1b3338db4090d785a139fc338
SHA1: 60b395d61d7adf3cb8e4834f872c585ac5c3accb
SHA256: 63b48a5b8476eb258c1d9835006277e4b8753fe8a6da79108050720a66c43496
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
Homepage: http://snowball.tartarus.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu