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

Class PaiceHuskStemmer

  • All Implemented Interfaces:
    java.io.Serializable


    public class PaiceHuskStemmer
    extends Stemmer
    Provides an implementation of the Paice Husk stemmer as described in:
    Paice, C. D. (1990). Another Stemmer. ACM SIGIR Forum, 4(3), 56–61.
    See Also:
    Serialized Form
    • Constructor Summary

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

      • PaiceHuskStemmer

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