smile.nlp.stemmer
Interface Stemmer
-
- All Known Implementing Classes:
- LancasterStemmer, PorterStemmer
public interface StemmerA 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.Stringstem(java.lang.String word)Transforms a word into its root form.
-
DataMelt 3.0 © DataMelt by jWork.ORG