Lingua::GL::Stemmer - Galician Stemmer
| Use Case | Command | Description |
|---|---|---|
| đ ī¸ Load Module | use Lingua::GL::Stemmer; | Loads the Galician stemmer module into the script. |
| đ¤ Stem Words (In-place) | Lingua::GL::Stemmer::stem(\@words); | Stems the words in the referenced array, modifying the original array. |
| đ¤ Stem Words (Copy) | @stems = Lingua::GL::Stemmer::stem(@words); | Stems the words in the list, returning a new list of stems. |
use Lingua::GL::Stemmer;
Lingua::GL::Stemmer::stem(\@words);
# or
Lingua::GL::Stemmer::stem(@words);
đ 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.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-27 12:03 @216.73.216.194
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format