Class KStemmer.DictEntry

  • Enclosing class:
    KStemmer

    static class KStemmer.DictEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean exception  
      (package private) java.lang.String root  
    • Constructor Summary

      Constructors 
      Constructor Description
      DictEntry​(java.lang.String root, boolean isException)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • exception

        boolean exception
      • root

        java.lang.String root
    • Constructor Detail

      • DictEntry

        DictEntry​(java.lang.String root,
                  boolean isException)