How to Install and Uninstall python3-snowballstemmer Package on Kali Linux
Last updated: November 22,2024
1. Install "python3-snowballstemmer" package
This tutorial shows how to install python3-snowballstemmer on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
python3-snowballstemmer
Copied
2. Uninstall "python3-snowballstemmer" package
Please follow the instructions below to uninstall python3-snowballstemmer on Kali Linux:
$
sudo apt remove
python3-snowballstemmer
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python3-snowballstemmer package on Kali Linux
Package: python3-snowballstemmer
Source: snowball
Version: 2.2.0-4
Installed-Size: 797
Maintainer: Stefano Rivera
Architecture: all
Depends: python3:any
Suggests: python3-stemmer
Size: 58024
SHA256: 0cfd9404618afdf7dc08c479a1687a17753a9c9222475478cb4fd2c848759f52
SHA1: d312d02f90beaf8dfab334af7c9d5033c8f583c1
MD5sum: 44a168242295031498a32a8756eeee72
Description: 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:
Homepage: https://snowballstem.org/
Section: python
Priority: optional
Filename: pool/main/s/snowball/python3-snowballstemmer_2.2.0-4_all.deb
Source: snowball
Version: 2.2.0-4
Installed-Size: 797
Maintainer: Stefano Rivera
Architecture: all
Depends: python3:any
Suggests: python3-stemmer
Size: 58024
SHA256: 0cfd9404618afdf7dc08c479a1687a17753a9c9222475478cb4fd2c848759f52
SHA1: d312d02f90beaf8dfab334af7c9d5033c8f583c1
MD5sum: 44a168242295031498a32a8756eeee72
Description: 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:
Homepage: https://snowballstem.org/
Section: python
Priority: optional
Filename: pool/main/s/snowball/python3-snowballstemmer_2.2.0-4_all.deb