Lingua/LA/Stemmer version 0.01
==============================

This is a coarse stemming package for latin language. Words are filtered according to the following steps.

       o converting 'j' or 'v' to 'i' or 'u'
       o removing -que
       o matching the end of word against the noun or adjective suffixes
       o matching the end of word against the verb suffixes

Of course, it's not perfect. Any suggestion is always welcomed to better this package.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENCE

Copyright (C) 2003 xern <xern@cpan.org>

This module is free software; you can redistribute it or modify it under the same terms as Perl itself.