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::GL::Stemmer

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

NAME

Lingua::GL::Stemmer - Galician Stemmer


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 the Lingua::PT::Stemmer manpage for a sketch of the stemming algorithm, and http://bvg.udc.es/recursos_lingua/stemming.html for stemming rules.


SEE ALSO

the Lingua::PT::Stemmer manpage

Stemming rules http://bvg.udc.es/recursos_lingua/stemming.html


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