Documentation of 'smile.nlp.stemmer.Stemmer' Java class
Stemmer
smile.nlp.stemmer

Interface Stemmer

  • All Known Implementing Classes:
    LancasterStemmer, PorterStemmer


    public interface Stemmer
    A Stemmer transforms a word into its root form. The stemming is a process for removing the commoner morphological and inflexional endings from words (in English). Its main use is as part of a term normalisation process.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String stem(java.lang.String word)
      Transforms a word into its root form.
    • Method Detail

      • stem

        java.lang.String stem(java.lang.String word)
        Transforms a word into its root form.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.