1Lingua::GL::Stemmer(3)User Contributed Perl DocumentationLingua::GL::Stemmer(3)
2
3
4
6 Lingua::GL::Stemmer - Galician Stemmer
7
9 use Lingua::GL::Stemmer;
10
11 Lingua::GL::Stemmer::stem(\@words);
12
13 # or
14
15 Lingua::GL::Stemmer::stem(@words);
16
18 Galician is an endangered language spoken in northwest region of Spain.
19 Galician is morphologically similar to Portuguese but phonetics differs
20 greatly. Due to the morphological similarity between Portuguese and
21 Galician, Portuguese stemming algorithm can be adopted to stem Galician
22 texts.
23
24 See Lingua::PT::Stemmer for a sketch of the stemming algorithm, and
25 <http://bvg.udc.es/recursos_lingua/stemming.html> for stemming rules.
26
28 Lingua::PT::Stemmer
29
30 Stemming rules <http://bvg.udc.es/recursos_lingua/stemming.html>
31
33 xern <xern@cpan.org>
34
35 This module is free software; you can redistribute it or modify it
36 under the same terms as Perl itself.
37
38
39
40perl v5.36.0 2023-01-20 Lingua::GL::Stemmer(3)