Class KStemmer


  • public class KStemmer
    extends java.lang.Object
    A stemmer implementing the Kstem algorithm by Bob Krovetz.
    • Constructor Summary

      Constructors 
      Constructor Description
      KStemmer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String stem​(java.lang.String term)  
      • Methods inherited from class java.lang.Object

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

      • KStemmer

        public KStemmer()
    • Method Detail

      • stem

        public java.lang.String stem​(java.lang.String term)