mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
12 lines
508 B
Plaintext
12 lines
508 B
Plaintext
Implements a Portuguese stemming algorithm proposed in the paper A
|
|
Stemming Algorithm for the Portuguese Language by Moreira, V. and
|
|
Huyck, C.
|
|
|
|
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 http://bvg.udc.es/recursos_lingua/stemming.html for stemming rules.
|