public class Null extends AbstractStopwords
-D If set, stopword scheme is run in debug mode and may output additional info to the console
m_Debug, m_Initialized| Constructor and Description |
|---|
Null() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
globalInfo()
Returns a string describing the stopwords scheme.
|
protected boolean |
is(java.lang.String word)
Returns true if the given string is a stop word.
|
debug, debugTipText, error, getDebug, getOptions, initialize, isStopword, listOptions, reset, setDebug, setOptionspublic java.lang.String globalInfo()
globalInfo in class AbstractStopwordsprotected boolean is(java.lang.String word)
is in class AbstractStopwordsword - the word to test