Class AffixedWord


  • public final class AffixedWord
    extends Object
    An object representing the analysis result of a simple (non-compound) word
    • Method Detail

      • getWord

        public String getWord()
        Returns:
        the word being analyzed
      • getDictEntry

        public DictEntry getDictEntry()
        Returns:
        the dictionary entry for the stem in this analysis
      • getPrefixes

        public List<AffixedWord.Affix> getPrefixes()
        Returns:
        the list of prefixes applied to the stem, at most two, outermost first
      • getSuffixes

        public List<AffixedWord.Affix> getSuffixes()
        Returns:
        the list of suffixes applied to the stem, at most two, outermost first
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object