接口 Stemmer
- 所有超级接口:
RevisionHandler
,Serializable
- 所有已知实现类:
IteratedLovinsStemmer
,LovinsStemmer
,NullStemmer
,SnowballStemmer
Interface for all stemming algorithms.
- 版本:
- $Revision: 1.3 $
- 作者:
- FracPete (fracpete at waikato dot ac dot nz)
-
方法概要
从接口继承的方法 weka.core.RevisionHandler
getRevision
-
方法详细资料
-
stem
Stems the given word and returns the stemmed version- 参数:
word
- the unstemmed word- 返回:
- the stemmed word
-