How to Install and Uninstall perl-Lingua-Stem-It Package on openSuSE Tumbleweed

Last updated: May 09,2024

1. Install "perl-Lingua-Stem-It" package

Please follow the guidance below to install perl-Lingua-Stem-It on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Lingua-Stem-It

2. Uninstall "perl-Lingua-Stem-It" package

Please follow the guidance below to uninstall perl-Lingua-Stem-It on openSuSE Tumbleweed:

$ sudo zypper remove perl-Lingua-Stem-It

3. Information about the perl-Lingua-Stem-It package on openSuSE Tumbleweed

Information for package perl-Lingua-Stem-It:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Lingua-Stem-It
Version : 0.02-1.29
Arch : noarch
Vendor : openSUSE
Installed Size : 13.9 KiB
Installed : No
Status : not installed
Source package : perl-Lingua-Stem-It-0.02-1.29.src
Upstream URL : http://search.cpan.org/dist/Lingua-Stem-It/
Summary : Porter's stemming algorithm for Italian
Description :
This module applies the Porter Stemming Algorithm to its parameters,
returning the stemmed words.
The algorithm is implemented exactly (I hope :-) as described in:
http://snowball.tartarus.org/algorithms/italian/stemmer.html
The code is carefully crafted to work in conjunction with the the
Lingua::Stem manpage module by Benjamin Franz, from which I've also
borrowed some functionalities (caching and exception list).