Class WordFormGenerator.AffixEntry
- java.lang.Object
-
- org.apache.lucene.analysis.hunspell.WordFormGenerator.AffixEntry
-
- Enclosing class:
- WordFormGenerator
private static class WordFormGenerator.AffixEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AffixEntry(int id, char flag, AffixKind kind, java.lang.String affix, java.lang.String strip, AffixCondition condition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) AffixedWord
apply(AffixedWord stem, Dictionary dictionary)
boolean
equals(java.lang.Object o)
int
hashCode()
-
-
-
Field Detail
-
id
final int id
-
flag
final char flag
-
kind
final AffixKind kind
-
affix
final java.lang.String affix
-
strip
final java.lang.String strip
-
condition
final AffixCondition condition
-
-
Constructor Detail
-
AffixEntry
AffixEntry(int id, char flag, AffixKind kind, java.lang.String affix, java.lang.String strip, AffixCondition condition)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
apply
AffixedWord apply(AffixedWord stem, Dictionary dictionary)
-
-