Lingua::GL::Stemmer - Galician Stemmer
| Use Case | Command | Description |
|---|---|---|
| Stem a list of words | Lingua::GL::Stemmer::stem(\@words) | Stem an array reference |
| Stem multiple words | Lingua::GL::Stemmer::stem(@words) | Stem as a flat list |
| Load the module | use Lingua::GL::Stemmer; | Import the stemmer |
| Reference stemming rules | http://bvg.udc.es/recursos_lingua/stemming.html | See Galician stemming rules |
use Lingua::GL::Stemmer;
Lingua::GL::Stemmer::stem(\@words);
# or
Lingua::GL::Stemmer::stem(@words);
đ Lingua::GL::Stemmer module, stem function.
Galician is an endangered language spoken in northwest region of Spain. Galician is morphologically similar to Portuguese but phonetics differs greatly. Due to the morphological similarity between Portuguese and Galician, Portuguese stemming algorithm can be adopted to stem Galician texts.
See Lingua::PT::Stemmer for a sketch of the stemming algorithm, and <http://bvg.udc.es/recursos_lingua/stemming.html> for stemming rules.
xern <xern AT cpan.org>
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.
Generated by phpman v4.9.25-25-g40dbf62 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-15 13:09 @2600:1f28:365:80b0:9828:9619:d52a:51a3
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format