Package weka.core.stopwords
Class WordsFromFile
java.lang.Object
weka.core.stopwords.AbstractStopwords
weka.core.stopwords.AbstractFileBasedStopwords
weka.core.stopwords.WordsFromFile
- All Implemented Interfaces:
Serializable
,OptionHandler
,StopwordsHandler
Uses the stopwords located in the specified file (ignored _if pointing to a directory). One stopword per line. Lines starting with '#' are considered comments and ignored.
Valid options are:
-D If set, stopword scheme is run in debug mode and may output additional info to the console
-stopwords <file> The file containing the stopwords. (default: .)
- 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.Returns the tip text for this property.Methods inherited from class weka.core.stopwords.AbstractFileBasedStopwords
getOptions, getStopwords, listOptions, setOptions, setStopwords
Methods inherited from class weka.core.stopwords.AbstractStopwords
debugTipText, getDebug, isStopword, setDebug
-
Constructor Details
-
WordsFromFile
public WordsFromFile()
-
-
Method Details
-
globalInfo
Returns a string describing the stopwords scheme.- Specified by:
globalInfo
in classAbstractStopwords
- Returns:
- a description suitable for displaying in the gui
-
stopwordsTipText
Returns the tip text for this property.- Specified by:
stopwordsTipText
in classAbstractFileBasedStopwords
- Returns:
- tip text for this property suitable for displaying in the explorer/experimenter gui
-