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.
Build Time
2024-07-23 09:18:57 GMT
Size
219.86 KB
538c5edc66a299cc9d1a5ef435007424
License
( GPL-1.0-or-later OR Artistic-1.0-Perl ) AND BSD-3-Clause