How to Install and Uninstall python310-snowballstemmer Package on openSuSE Tumbleweed

Last updated: June 25,2024

1. Install "python310-snowballstemmer" package

Learn how to install python310-snowballstemmer on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-snowballstemmer

2. Uninstall "python310-snowballstemmer" package

This is a short guide on how to uninstall python310-snowballstemmer on openSuSE Tumbleweed:

$ sudo zypper remove python310-snowballstemmer

3. Information about the python310-snowballstemmer package on openSuSE Tumbleweed

Information for package python310-snowballstemmer:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-snowballstemmer
Version : 2.2.0-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : python-snowballstemmer-2.2.0-2.7.src
Upstream URL : https://github.com/shibukawa/snowball_py
Summary : 16 stemmer algorithms
Description :
This package provides 16 stemmer algorithms (15 + Poerter English
stemmer) generated from Snowball algorithms. It includes following
language algorithms: Danish, Dutch, English (Standard, Porter),
Finnish, French, German, Hungarian, Italian, Norwegian, Portuguese,
Romanian, Russian, Spanish, Swedish, Turkish. This is a pure Python
stemming library. If PyStemmer is available, this module uses it to
accelerate.