How To Install python3-snowballstemmer on Fedora 36

In this tutorial we learn how to install python3-snowballstemmer in Fedora 36. python3-snowballstemmer is Provides 16 stemmer algorithms generated from Snowball algorithms

Introduction

In this tutorial we learn how to install python3-snowballstemmer on Fedora 36.

What is python3-snowballstemmer

It includes following language algorithms * Danish * Dutch * English (Standard, Porter) * Finnish * French * German * Hungarian * Italian * Norwegian * Portuguese * Romanian * Russian * Spanish * Swedish * Turkis This is a pure Python stemming library. If PyStemmer is available, this module uses it to accelerate.

We can use yum or dnf to install python3-snowballstemmer on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-snowballstemmer.

Install python3-snowballstemmer on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-snowballstemmer using dnf by running the following command:

sudo dnf -y install python3-snowballstemmer

Install python3-snowballstemmer on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-snowballstemmer using yum by running the following command:

sudo yum -y install python3-snowballstemmer

How To Uninstall python3-snowballstemmer on Fedora 36

To uninstall only the python3-snowballstemmer package we can use the following command:

sudo dnf remove python3-snowballstemmer

python3-snowballstemmer Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/snowballstemmer
/usr/lib/python3.10/site-packages/snowballstemmer-1.9.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/snowballstemmer/__init__.py
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/among.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/among.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/arabic_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/arabic_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/basestemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/basestemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/danish_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/danish_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/dutch_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/dutch_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/english_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/english_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/finnish_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/finnish_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/french_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/french_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/german_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/german_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/greek_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/greek_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/hungarian_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/hungarian_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/indonesian_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/indonesian_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/irish_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/irish_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/italian_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/italian_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/lithuanian_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/lithuanian_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/nepali_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/nepali_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/norwegian_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/norwegian_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/porter_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/porter_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/portuguese_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/portuguese_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/romanian_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/romanian_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/russian_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/russian_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/spanish_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/spanish_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/swedish_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/swedish_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/tamil_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/tamil_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/turkish_stemmer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/turkish_stemmer.cpython-310.pyc
/usr/lib/python3.10/site-packages/snowballstemmer/among.py
/usr/lib/python3.10/site-packages/snowballstemmer/arabic_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/basestemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/danish_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/dutch_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/english_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/finnish_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/french_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/german_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/greek_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/hungarian_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/indonesian_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/irish_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/italian_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/lithuanian_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/nepali_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/norwegian_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/porter_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/portuguese_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/romanian_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/russian_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/spanish_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/swedish_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/tamil_stemmer.py
/usr/lib/python3.10/site-packages/snowballstemmer/turkish_stemmer.py
/usr/share/doc/python3-snowballstemmer
/usr/share/doc/python3-snowballstemmer/README.rst
/usr/share/licenses/python3-snowballstemmer
/usr/share/licenses/python3-snowballstemmer/COPYING

References

Summary

In this tutorial we learn how to install python3-snowballstemmer on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).