Class AffixedWord.Affix

  • Enclosing class:
    AffixedWord

    public static final class AffixedWord.Affix
    extends Object
    An object representing a prefix or a suffix applied to a word stem
    • Method Detail

      • getFlag

        public String 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object