protected static class RSLPStemmerBase.RuleWithSuffixExceptions extends RSLPStemmerBase.Rule
| Modifier and Type | Field and Description |
|---|---|
protected char[][] |
exceptions |
min, replacement, suffix| Constructor and Description |
|---|
RSLPStemmerBase.RuleWithSuffixExceptions(String suffix,
int min,
String replacement,
String[] exceptions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(char[] s,
int len) |
replacepublic boolean matches(char[] s,
int len)
matches in class RSLPStemmerBase.Rule