Lingua::GL::Stemmer - Galician Stemmer


Lingua-PT-Stemmer documentation  | view source Contained in the Lingua-PT-Stemmer distribution.

Index


NAME

Top

Lingua::GL::Stemmer - Galician Stemmer

SYNOPSIS

Top

  use Lingua::GL::Stemmer;

  Lingua::GL::Stemmer::stem(\@words);

  # or

  Lingua::GL::Stemmer::stem(@words);

DESCRIPTION

Top

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

Top

Lingua::PT::Stemmer

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

COPYRIGHT

Top


Lingua-PT-Stemmer documentation  | view source Contained in the Lingua-PT-Stemmer distribution.