perldoc > Lingua::Stem::Pt

πŸ“› NAME

Lingua::Stem::Pt - Stemming algorithm for Portuguese

πŸš€ Quick Reference

Use CaseCommandDescription
πŸ“₯ Load moduleuse Lingua::Stem::Pt;Import the stemming module
πŸ”ͺ Stem wordsLingua::Stem::Pt::stem({ -words => \@words, -locale => 'pt' })πŸ“‹ Return arrayref of stemmed words
⚠️ Stem with exceptionsLingua::Stem::Pt::stem({ -words => \@words, -locale => 'pt', -exceptions => \%exceptions })Override stemming for specific words
⚑ Enable caching per runLingua::Stem::Pt::stem_caching({ -level => 1 })Cache results during a single call
♾️ Enable indefinite cachingLingua::Stem::Pt::stem_caching({ -level => 2 })Cache results until cleared
πŸ—‘οΈ Clear stem cacheLingua::Stem::Pt::clear_stem_cache()Remove all cached stems

πŸ“– SYNOPSIS

use Lingua::Stem::Pt;
my $stems   = Lingua::Stem::Pt::stem({ -words => $word_list_reference,
                                      -locale => 'pt',
                                  -exceptions => $exceptions_hash,
                                 });

πŸ“˜ DESCRIPTION

This routine applies a stemming algorithm to a passed anon array of Portuguese words, returning the stemmed words as an anon array.

It is a 'convenience' wrapper for 'Lingua::Stemmer::PT' that provides a standardized interface and caching.

πŸ—’οΈ CHANGES

πŸ› οΈ METHODS

🌱 stem({ -words => \@words, -locale => 'pt', -exceptions => \%exceptions })

Stems a list of passed words using the rules of Portuguese. Returns an anonymous array reference to the stemmed words.

Example:

my $stemmed_words = Lingua::Stem::Pt::stem({ -words => \@words,
                                              -locale => 'pt',
                                          -exceptions => \%exceptions,
                          });

πŸ’Ύ stem_caching({ -level => 0|1|2 })

Sets the level of stem caching.

🚫 '0' means 'no caching'. This is the default level.

⚑ '1' means 'cache per run'. This caches stemming results during a single call to 'stem'.

♾️ '2' means 'cache indefinitely'. This caches stemming results until either the process exits or the 'clear_stem_cache' method is called.

πŸ—‘οΈ clear_stem_cache

Clears the cache of stemmed words

πŸ“Œ NOTES

This code is a wrapper around Lingua::Stem::Snowball::Pt written by Ask Solem Hoel, <ask AT unixmonks.net>

πŸ”— SEE ALSO

Lingua::Stem Lingua::PT::Stemmer;

✍️ AUTHOR

Integration in Lingua::Stem by Jerilyn Franz, FreeRun Technologies, <cpan AT jerilyn.info>

©️ COPYRIGHT

Jerilyn Franz, FreeRun Technologies

This code is freely available under the same terms as Perl.

πŸ› BUGS

πŸ“‹ TODO

Lingua::Stem::Pt
πŸ“› NAME πŸš€ Quick Reference πŸ“– SYNOPSIS πŸ“˜ DESCRIPTION πŸ—’οΈ CHANGES πŸ› οΈ METHODS
🌱 stem({ -words => \@words, -locale => 'pt', -exceptions => \%exceptions }) πŸ’Ύ stem_caching({ -level => 0|1|2 }) πŸ—‘οΈ clear_stem_cache
πŸ“Œ NOTES πŸ”— SEE ALSO ✍️ AUTHOR ©️ COPYRIGHT πŸ› BUGS πŸ“‹ TODO

Generated by phpman v4.9.27 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-18 04:23 @216.73.216.114
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