• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H03-May-2022-301235

lib/Lingua/H26-Sep-2020-3,3031,537

t/H26-Sep-2020-638500

Build.PLH A D20-Jun-20202.3 KiB5251

ChangesH A D26-Sep-20203.6 KiB6853

LICENSEH A D20-Jun-2020302 84

MANIFESTH A D20-Jun-2020578 3231

META.jsonH A D26-Sep-20201.8 KiB6766

META.ymlH A D26-Sep-20201 KiB3938

Makefile.PLH A D20-Jun-20201.7 KiB4238

READMEH A D20-Jun-2020703 3020

README

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