Class WordFormGenerator.AffixEntry
java.lang.Object
org.apache.lucene.analysis.hunspell.WordFormGenerator.AffixEntry
- Enclosing class:
- WordFormGenerator
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAffixEntry
(int id, char flag, AffixKind kind, String affix, String strip, AffixCondition condition) -
Method Summary
Modifier and TypeMethodDescription(package private) AffixedWord
apply
(AffixedWord stem, Dictionary dictionary) boolean
int
hashCode()
-
Field Details
-
id
final int id -
flag
final char flag -
kind
-
affix
-
strip
-
condition
-
-
Constructor Details
-
AffixEntry
AffixEntry(int id, char flag, AffixKind kind, String affix, String strip, AffixCondition condition)
-
-
Method Details