public class WordsFromFile extends AbstractFileBasedStopwords
-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: .)
Constructor and Description |
---|
WordsFromFile() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
globalInfo()
Returns a string describing the stopwords scheme.
|
java.lang.String |
stopwordsTipText()
Returns the tip text for this property.
|
getOptions, getStopwords, listOptions, setOptions, setStopwords
debugTipText, getDebug, isStopword, setDebug
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
makeCopy
public java.lang.String globalInfo()
globalInfo
in class AbstractStopwords
public java.lang.String stopwordsTipText()
stopwordsTipText
in class AbstractFileBasedStopwords