1Lingua::Stem
2
3 Provides word stemming algorithms localized by language.
4
5To install:
6
7perl Makefile.PL
8make
9make test
10make install
11
12Alternatively, if you have Module::Build installed,
13
14perl Build.PL
15./Build
16./Build test
17./Build install
18
19Type 'perldoc Lingua::Stem' after installation for the documentation
20
21Copyright 1999, Jerilyn Franz <cpan@jerilyn.info>
22Jim Richardson, <jimr@maths.usyd.edu.au>
23(<URL:http://www.maths.usyd.edu.au:8000/jimr.html>),
24and FreeRun Technologies (<URL:http://www.freeruntech.com/>).
25
26All Rights Reserved.
27This software may be copied or redistributed under the same terms as Perl itelf.
28
29It means is is dual licenced under the GPL1 or later and the Perl Artistic Licence
30