Class AffixedWord.Affix
java.lang.Object
org.apache.lucene.analysis.hunspell.AffixedWord.Affix
- Enclosing class:
AffixedWord
An object representing a prefix or a suffix applied to a word stem
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
affixId
final int affixId -
presentableFlag
-
-
Constructor Details
-
Affix
Affix(Dictionary dictionary, int affixId)
-
-
Method Details
-
getFlag
- Returns:
- the corresponding affix flag as it appears in the *.aff file. Depending on the format, it could be a Unicode character, two ASCII characters, or an integer in decimal form
-
equals
-
hashCode
public int hashCode() -
toString
-