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

Class VoidStemmer

  • All Implemented Interfaces:
    java.io.Serializable


    public class VoidStemmer
    extends Stemmer
    The most naive of stemming possible, this class simply returns whatever string is given to it.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      VoidStemmer() 
    • 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

      • VoidStemmer

        public VoidStemmer()
    • 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.