类 NullStemmer
java.lang.Object
weka.core.stemmers.NullStemmer
- 所有已实现的接口:
Serializable
,RevisionHandler
,Stemmer
A dummy stemmer that performs no stemming at all.
- 版本:
- $Revision: 1.5 $
- 作者:
- FracPete (fracpete at waikato dot ac dot nz)
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Returns the revision string.Returns a string describing the stemmerstatic void
Runs the stemmer with the given optionsReturns the word as it is.toString()
returns a string representation of the stemmer
-
构造器详细资料
-
NullStemmer
public NullStemmer()
-
-
方法详细资料
-
globalInfo
Returns a string describing the stemmer- 返回:
- a description suitable for displaying in the explorer/experimenter gui
-
stem
Returns the word as it is. -
toString
returns a string representation of the stemmer -
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 返回:
- the revision
-
main
Runs the stemmer with the given options- 参数:
args
- the options
-