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

..03-May-2022-

lib/Lingua/Stem/H12-Feb-2016-248106

t/H03-May-2022-7459

ChangesH A D12-Feb-2016666 2116

LICENSEH A D12-Feb-201617.9 KiB380292

MANIFESTH A D12-Feb-2016217 1413

META.jsonH A D12-Feb-20161.2 KiB4947

META.ymlH A D12-Feb-2016656 2625

Makefile.PLH A D12-Feb-20161.2 KiB5645

READMEH A D12-Feb-20161.1 KiB4026

dist.iniH A D12-Feb-2016445 2622

README

1
2    Perl 5 module Lingua::Stemmer::Ru
3
4Lingua::Stemmer::Ru is an implementation of Porter's stemming algorithm
5for Russian (KOI8-R only).
6
7The algorithm is implemented exactly as described in:
8    http://snowball.tartarus.org/algorithms/russian/stemmer.html
9
10INSTALLATION
11
12You install Lingua::Stemmer::Ru by running these commands
13in the *nix environment:
14
15   perl Makefile.PL
16   make
17   make test (optional)
18   make install
19
20To install Lingua::Stemmer::Ru in the Win32 environment,
21use dmake instead of make.
22dmake is available for free as part of MinGW development environment (Minimalist GNU for Windows):
23<http://mingw.org/>
24If you are using Strawberry Perl, you should already have MinGW installed.
25
26DOCUMENTATION
27
28POD format documentation is included in Levenshtein.pm.
29You can read the documentation online:
30
31    https://metacpan.org/pod/Lingua::Stemmer::Ru
32
33Or read it on your terminal, using the perldoc command:
34
35    perldoc Lingua::Stemmer::Ru
36
37COPYRIGHT
38Copyright (C) 2003 by Aldo Calpini <dada@perl.it>
39Copyright (C) 2004 by Aleksandr Guidrevitch <pillgrim@mail.ru>
40