
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.