Help language development. Donate to The Perl Foundation
Lingua::Stem::Es - Porter's steming algorithm for Spanish
use Lingua::Stem::Es my $stem = stem( $word );
This module uses Porter's Stemming Algorithm to return a stemmed word. The algorithm is implemented as described in: http://snowball.tartarus.org/algorithms/spanish/stemmer.html
Fork this module on GitHub:
https://github.com/chsanch/perl6-Lingua-Stem-Es
To report bugs or request features, please use:
https://github.com/chsanch/perl6-Lingua-Stem-Es/issues
This module was inspired by Perl 5's module Lingua::Stem::Es.
Christian Sánchez [email protected].
You can use and distribute this module under the terms of the
The Artistic License 2.0. See the LICENSE
file included in this
distribution for complete details.
The META6.json
file of this distribution may be distributed and modified
without restrictions or attribution.