Package weka.core.stemmers
Interface Stemmer
- All Superinterfaces:
RevisionHandler
,Serializable
- All Known Implementing Classes:
IteratedLovinsStemmer
,LovinsStemmer
,NullStemmer
,SnowballStemmer
Interface for all stemming algorithms.
- Version:
- $Revision: 8034 $
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
Method Summary
Methods inherited from interface weka.core.RevisionHandler
getRevision
-
Method Details
-
stem
Stems the given word and returns the stemmed version- Parameters:
word
- the unstemmed word- Returns:
- the stemmed word
-