public class Dl4jNull extends Dl4jAbstractStopwords
| Constructor and Description |
|---|
Dl4jNull() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getStopList()
Returns the list of stopwords.
|
java.lang.String |
globalInfo()
Returns a string describing the stopwords scheme.
|
void |
initialize()
initializes the dictionary
|
debugTipText, getDebug, getOptions, isStopword, listOptions, setDebug, setOptionspublic java.util.List<java.lang.String> getStopList()
Dl4jAbstractStopwordsgetStopList in class Dl4jAbstractStopwordspublic void initialize()
Dl4jAbstractStopwordsinitialize in class Dl4jAbstractStopwordspublic java.lang.String globalInfo()
globalInfo in class weka.core.stopwords.AbstractStopwords