1Lingua::PT::Stemmer(3)User Contributed Perl DocumentationLingua::PT::Stemmer(3)
2
3
4
6 Lingua::PT::Stemmer - Portuguese language stemming
7
9 use Lingua::PT::Stemmer;
10
11 Lingua::PT::Stemmer::stem(\@words);
12
13 # or
14
15 Lingua::PT::Stemmer::stem(@words);
16
18 This module implements a Portuguese stemming algorithm proposed in the
19 paper A Stemming Algorithm for the Portuguese Language by Moreira, V.
20 and Huyck, C.
21
22 The eight steps of stemming algorithm are listed as follows:
23
24 · Plural Reduction
25
26 · Feminine Reduction
27
28 · Adverb Reduction
29
30 · Augmentative/Diminutive Reduction
31
32 · Noun Suffix Reduction
33
34 · Verb Suffix Reduction
35
36 · Vowel Reduction
37
38 · Accents Removal
39
41 Lingua::GL::Stemmer
42
44 xern <xern@cpan.org>
45
46 This module is free software; you can redistribute it or modify it
47 under the same terms as Perl itself.
48
49
50
51perl v5.28.0 2016-02-07 Lingua::PT::Stemmer(3)