Uses of Interface
weka.core.stopwords.StopwordsHandler
Package
Description
-
Uses of StopwordsHandler in weka.classifiers.bayes
Modifier and TypeMethodDescriptionNaiveBayesMultinomialText.getStopwordsHandler()
Gets the stopwords handler.Modifier and TypeMethodDescriptionvoid
NaiveBayesMultinomialText.setStopwordsHandler
(StopwordsHandler value) Sets the stopwords handler to use. -
Uses of StopwordsHandler in weka.classifiers.functions
Modifier and TypeMethodDescriptionvoid
SGDText.setStopwordsHandler
(StopwordsHandler value) Sets the stopwords handler to use. -
Uses of StopwordsHandler in weka.core
Modifier and TypeMethodDescriptionDictionaryBuilder.getStopwordsHandler()
Gets the stopwords handler.Modifier and TypeMethodDescriptionvoid
DictionaryBuilder.setStopwordsHandler
(StopwordsHandler value) Sets the stopwords handler to use. -
Uses of StopwordsHandler in weka.core.converters
Modifier and TypeMethodDescriptionDictionarySaver.getStopwordsHandler()
Gets the stopwords handler.Modifier and TypeMethodDescriptionvoid
DictionarySaver.setStopwordsHandler
(StopwordsHandler value) Sets the stopwords handler to use. -
Uses of StopwordsHandler in weka.core.stopwords
Modifier and TypeClassDescriptionclass
Ancestor for file-based stopword schemes.class
Ancestor for stopwords classes.class
Applies the specified stopwords algorithms one after other.
As soon as a word has been identified as stopword, the loop is exited.class
Dummy stopwords scheme, always returns false.class
Stopwords list based on Rainbow:
http://www.cs.cmu.edu/~mccallum/bow/rainbow/class
Uses the regular expressions stored in the file for determining whether a word is a stopword (ignored if pointing to a directory).class
Uses the stopwords located in the specified file (ignored _if pointing to a directory).Modifier and TypeMethodDescriptionMultiStopwords.getStopwords()
Returns the stopwords algorithms.Modifier and TypeMethodDescriptionvoid
MultiStopwords.setStopwords
(StopwordsHandler[] value) Sets the stopwords algorithms. -
Uses of StopwordsHandler in weka.filters.unsupervised.attribute
Modifier and TypeMethodDescriptionFixedDictionaryStringToWordVector.getStopwordsHandler()
Gets the stopwords handler.StringToWordVector.getStopwordsHandler()
Gets the stopwords handler.Modifier and TypeMethodDescriptionvoid
FixedDictionaryStringToWordVector.setStopwordsHandler
(StopwordsHandler value) Sets the stopwords handler to use.void
StringToWordVector.setStopwordsHandler
(StopwordsHandler value) Sets the stopwords handler to use.