logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Lingua::GL::Stemmer - Galician Stemmer

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.

Name

       Lingua::GL::Stemmer - Galician Stemmer

See Also

       Lingua::PT::Stemmer

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

Synopsis

         use Lingua::GL::Stemmer;

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

         # or

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

See Also