Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Lingua::PT::Stemmer

Name Lingua::PT::Stemmer
Version 0.02
Located at /usr/share/perl5
File /usr/share/perl5/Lingua/PT/Stemmer.pm
Is Core No
Search CPAN for this module Lingua::PT::Stemmer
Documentation Lingua::PT::Stemmer
Module Details Lingua::PT::Stemmer

NAME

Lingua::PT::Stemmer - Portuguese language stemming


SYNOPSIS

  use Lingua::PT::Stemmer;
  Lingua::PT::Stemmer::stem(\@words);
  # or
  Lingua::PT::Stemmer::stem(@words);


DESCRIPTION

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:


SEE ALSO

the Lingua::GL::Stemmer manpage


COPYRIGHT

xern <xern@cpan.org>

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

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026