| Name: | perl-Lingua-Stem-Snowball |
|---|---|
| Version: | 0.952 |
| Release: | 14.el7 |
| Architecture: | aarch64 |
| Group: | Development/Libraries |
| Size: | 421645 |
| License: | GPL+ or Artistic |
| RPM: | perl-Lingua-Stem-Snowball-0.952-14.el7.aarch64.rpm |
| Source RPM: | perl-Lingua-Stem-Snowball-0.952-14.el7.src.rpm |
| Build Date: | Fri May 25 2018 |
| Build Host: | ca-buildarm02.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://search.cpan.org/dist/Lingua-Stem-Snowball/ |
| Summary: | Perl interface to Snowball stemmers |
| Description: | Stemming reduces related words to a common root form -- for instance, "horse", "horses", and "horsing" all become "hors". Most commonly, stemming is deployed as part of a search application, allowing searches for a given term to match documents which contain other forms of that term. This module is very similar to Lingua::Stem -- however, Lingua::Stem is pure Perl, while Lingua::Stem::Snowball is an XS module which provides a Perl interface to the C version of the Snowball stemmers. |