How to Install python3-snowballstemmer in Ubuntu 18.04



Install python3-snowballstemmer by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-snowballstemmer

Description:

Pure Python 3 Snowball stemming library

Snowball stemming library collection for Python 3, 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

Homepage: https://github.com/shibukawa/snowball_py

Version: 1.2.1-1

Section: universe/python