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 |
|---|
Rule(java.lang.String suffix,
int min,
java.lang.String replacement)
Create a rule.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(char[] s,
int len) |
int |
replace(char[] s,
int len) |
protected final char[] suffix
protected final char[] replacement
protected final int min
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.