| Lingua-LA-Stemmer documentation | view source | Contained in the Lingua-LA-Stemmer distribution. |
Lingua::LA::Stemmer - Stemmer for Latin
use Lingua::LA::Stemmer; Lingua::LA::Stemmer::stem(\@words); # or Lingua::LA::Stemmer::stem(@words);
This is a coarse stemming package for latin language. Words are filtered according to the following steps.
Of course, it's not perfect. Any suggestion is always welcomed to better this package.
xern <xern@cpan.org>
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.
| Lingua-LA-Stemmer documentation | view source | Contained in the Lingua-LA-Stemmer distribution. |