Class PorterStemmer

java.lang.Object
org.apache.sysds.runtime.util.PorterStemmer

public class PorterStemmer extends Object
Stemmer, implementing the Porter Stemming Algorithm The Stemmer class transforms a word into its root form. The input word can be provided a character at time (by calling add()), or at once by calling one of the various stem(something) methods.
  • Constructor Details

    • PorterStemmer

      public PorterStemmer()
  • Method Details