perldoc > Lingua::GL::Stemmer

📖 NAME

Lingua::GL::Stemmer - Galician Stemmer

🚀 Quick Reference

Use CaseCommandDescription
đŸ› ī¸ Load Moduleuse 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.

📝 SYNOPSIS

use Lingua::GL::Stemmer;

Lingua::GL::Stemmer::stem(\@words);

# or

Lingua::GL::Stemmer::stem(@words);

📚 DESCRIPTION

🌍 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.

📎 SEE ALSO

ÂŠī¸ COPYRIGHT

👤 xern <xern AT cpan.org>

📄 This module is free software; you can redistribute it or modify it under the same terms as Perl itself.

Lingua::GL::Stemmer
📖 NAME 🚀 Quick Reference 📝 SYNOPSIS 📚 DESCRIPTION 📎 SEE ALSO ÂŠī¸ COPYRIGHT

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)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format