protected static class RSLPStemmerBase.Rule
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
min |
protected char[] |
replacement |
protected char[] |
suffix |
Constructor and Description |
---|
RSLPStemmerBase.Rule(java.lang.String suffix,
int min,
java.lang.String replacement)
Create a rule.
|
protected final char[] suffix
protected final char[] replacement
protected final int min