Lingua::GL::Stemmer.3pm

Langue: en

Autres versions - même langue

Version: 2003-01-28 (ubuntu - 08/07/09)

Section: 3 (Bibliothèques de fonctions)

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

SEE ALSO

Lingua::PT::Stemmer

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

xern <xern@cpan.org>

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