Lingua::PT::Stemmer - Portuguese language stemming
| Use Case | Command | Description |
|---|---|---|
| Stem a list of words | Lingua::PT::Stemmer::stem(\@words) | Stems all words in the array reference |
| Stem multiple words | Lingua::PT::Stemmer::stem(@words) | Stems each word passed as a list |
| Import the module | use Lingua::PT::Stemmer; | Loads the stemmer |
use Lingua::PT::Stemmer;
Lingua::PT::Stemmer::stem(\@words);
# or
Lingua::PT::Stemmer::stem(@words);
This module implements a Portuguese stemming algorithm proposed in the paper A Stemming Algorithm for the Portuguese Language by Moreira, V. and Huyck, C.
The eight steps of stemming algorithm are listed as follows:
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:13 @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