类 Stemming
java.lang.Object
weka.core.stemmers.Stemming
- 所有已实现的接口:
RevisionHandler
A helper class for using the stemmers. Run with option '-h' to list
all the available options.
- 版本:
- $Revision: 1.3 $
- 作者:
- FracPete (fracpete at waikato dot ac dot nz)
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Returns the revision string.static void
useStemmer
(Stemmer stemmer, String[] options) Applies the given stemmer according to the given options.
-
构造器详细资料
-
Stemming
public Stemming()
-
-
方法详细资料
-
useStemmer
Applies the given stemmer according to the given options. '-h' lists all the available options for the given stemmer.- 参数:
stemmer
- the stemmer to useoptions
- the options for the stemmer- 抛出:
Exception
- if something goes wrong
-
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 返回:
- the revision
-