Class KStemmer.DictEntry

java.lang.Object
org.apache.lucene.analysis.en.KStemmer.DictEntry
Enclosing class:
KStemmer

static class KStemmer.DictEntry extends Object
  • Field Details

    • exception

      boolean exception
    • root

      String root
  • Constructor Details

    • DictEntry

      DictEntry(String root, boolean isException)