public class GalicianMinimalStemmer extends RSLPStemmerBase
This follows the "RSLP-S" algorithm, but modified for Galician. Hence this stemmer only applies the plural reduction step of: "Regras do lematizador para o galego"
RSLPStemmerBase
RSLPStemmerBase.Rule, RSLPStemmerBase.RuleWithSetExceptions, RSLPStemmerBase.RuleWithSuffixExceptions, RSLPStemmerBase.Step
Modifier and Type | Field and Description |
---|---|
private static RSLPStemmerBase.Step |
pluralStep |
Constructor and Description |
---|
GalicianMinimalStemmer() |
Modifier and Type | Method and Description |
---|---|
int |
stem(char[] s,
int len) |
parse
private static final RSLPStemmerBase.Step pluralStep