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

Class PorterStemmer

  • All Implemented Interfaces:
    java.io.Serializable


    public class PorterStemmer
    extends Stemmer
    Implements Porter's stemming algorithm http://tartarus.org/~martin/PorterStemmer/def.txt .
    Implemented for ease of understanding and legibility rather than performance.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      PorterStemmer() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String stem(java.lang.String s)
      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

      • PorterStemmer

        public PorterStemmer()
    • Method Detail

      • stem

        public java.lang.String stem(java.lang.String s)
        Description copied from class: Stemmer
        Reduce the given input to its stem word
        Specified by:
        stem in class Stemmer
        Parameters:
        s - 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.