Documentation of 'jsat.text.stemming.LovinsStemmer' Java class
LovinsStemmer
jsat.text.stemming

Class LovinsStemmer

  • All Implemented Interfaces:
    java.io.Serializable


    public class LovinsStemmer
    extends Stemmer
    Implements Lovins' stemming algorithm described here http://snowball.tartarus.org/algorithms/lovins/stemmer.html
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      LovinsStemmer() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String stem(java.lang.String word)
      Reduce the given input to its stem word
      • Methods inherited from class java.lang.Object

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

      • LovinsStemmer

        public LovinsStemmer()
    • Method Detail

      • stem

        public java.lang.String stem(java.lang.String word)
        Description copied from class: Stemmer
        Reduce the given input to its stem word
        Specified by:
        stem in class Stemmer
        Parameters:
        word - the unstemmed input word
        Returns:
        the stemmed version of the word

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.