Package weka.core.stopwords
Class Null
- java.lang.Object
-
- weka.core.stopwords.AbstractStopwords
-
- weka.core.stopwords.Null
-
- All Implemented Interfaces:
java.io.Serializable,OptionHandler,StopwordsHandler
public class Null extends AbstractStopwords
Dummy stopwords scheme, always returns false. 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Null()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringglobalInfo()Returns a string describing the stopwords scheme.-
Methods inherited from class weka.core.stopwords.AbstractStopwords
debugTipText, getDebug, getOptions, isStopword, listOptions, setDebug, setOptions
-
-
-
-
Method Detail
-
globalInfo
public java.lang.String globalInfo()
Returns a string describing the stopwords scheme.- Specified by:
globalInfoin classAbstractStopwords- Returns:
- a description suitable for displaying in the gui
-
-