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