Help language development. Donate to The Perl Foundation

Lingua::Stem::Es cpan:CHSANCH last updated on 2018-04-17

Lingua-Stem-Es-0.0.1/

Build Status

NAME

Lingua::Stem::Es - Porter's steming algorithm for Spanish

SYNOPSIS

use Lingua::Stem::Es

my $stem = stem( $word );

DESCRIPTION

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

REPOSITORY

Fork this module on GitHub:

https://github.com/chsanch/perl6-Lingua-Stem-Es

BUGS

To report bugs or request features, please use:

https://github.com/chsanch/perl6-Lingua-Stem-Es/issues

AUTHOR

This module was inspired by Perl 5's module Lingua::Stem::Es.

Christian Sánchez [email protected].

LICENSE

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.