Package weka.core.stopwords
Class Rainbow
java.lang.Object
weka.core.stopwords.AbstractStopwords
weka.core.stopwords.Rainbow
- All Implemented Interfaces:
Serializable
,OptionHandler
,StopwordsHandler
Stopwords list based on Rainbow:
http://www.cs.cmu.edu/~mccallum/bow/rainbow/ Valid options are:
http://www.cs.cmu.edu/~mccallum/bow/rainbow/ Valid options are:
-D If set, stopword scheme is run in debug mode and may output additional info to the console
- Version:
- $Revision: 10978 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a string describing the stopwords scheme.Methods inherited from class weka.core.stopwords.AbstractStopwords
debugTipText, getDebug, getOptions, isStopword, listOptions, setDebug, setOptions
-
Constructor Details
-
Rainbow
public Rainbow()
-
-
Method Details
-
globalInfo
Returns a string describing the stopwords scheme.- Specified by:
globalInfo
in classAbstractStopwords
- Returns:
- a description suitable for displaying in the gui
-