How to Install and Uninstall python3-snowballstemmer Package on openSUSE Leap

Last updated: May 08,2024

1. Install "python3-snowballstemmer" package

Learn how to install python3-snowballstemmer on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-snowballstemmer

2. Uninstall "python3-snowballstemmer" package

Please follow the step by step instructions below to uninstall python3-snowballstemmer on openSUSE Leap:

$ sudo zypper remove python3-snowballstemmer

3. Information about the python3-snowballstemmer package on openSUSE Leap

Information for package python3-snowballstemmer:
------------------------------------------------
Repository : Main Repository
Name : python3-snowballstemmer
Version : 1.2.1-3.2.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 975.2 KiB
Installed : No
Status : not installed
Source package : python-snowballstemmer-1.2.1-3.2.1.src
Upstream URL : https://github.com/shibukawa/snowball_py
Summary : This package provides 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.