Uses of Interface
weka.core.stopwords.StopwordsHandler
Packages that use StopwordsHandler
Package
Description
-
Uses of StopwordsHandler in weka.classifiers.bayes
Methods in weka.classifiers.bayes that return StopwordsHandlerModifier and TypeMethodDescriptionNaiveBayesMultinomialText.getStopwordsHandler()
Gets the stopwords handler.Methods in weka.classifiers.bayes with parameters of type StopwordsHandlerModifier and TypeMethodDescriptionvoid
NaiveBayesMultinomialText.setStopwordsHandler
(StopwordsHandler value) Sets the stopwords handler to use. -
Uses of StopwordsHandler in weka.classifiers.functions
Methods in weka.classifiers.functions that return StopwordsHandlerMethods in weka.classifiers.functions with parameters of type StopwordsHandlerModifier and TypeMethodDescriptionvoid
SGDText.setStopwordsHandler
(StopwordsHandler value) Sets the stopwords handler to use. -
Uses of StopwordsHandler in weka.core
Methods in weka.core that return StopwordsHandlerModifier and TypeMethodDescriptionDictionaryBuilder.getStopwordsHandler()
Gets the stopwords handler.Methods in weka.core with parameters of type StopwordsHandlerModifier and TypeMethodDescriptionvoid
DictionaryBuilder.setStopwordsHandler
(StopwordsHandler value) Sets the stopwords handler to use. -
Uses of StopwordsHandler in weka.core.converters
Methods in weka.core.converters that return StopwordsHandlerModifier and TypeMethodDescriptionDictionarySaver.getStopwordsHandler()
Gets the stopwords handler.Methods in weka.core.converters with parameters of type StopwordsHandlerModifier and TypeMethodDescriptionvoid
DictionarySaver.setStopwordsHandler
(StopwordsHandler value) Sets the stopwords handler to use. -
Uses of StopwordsHandler in weka.core.stopwords
Classes in weka.core.stopwords that implement StopwordsHandlerModifier 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).Methods in weka.core.stopwords that return StopwordsHandlerModifier and TypeMethodDescriptionMultiStopwords.getStopwords()
Returns the stopwords algorithms.Methods in weka.core.stopwords with parameters of type StopwordsHandlerModifier and TypeMethodDescriptionvoid
MultiStopwords.setStopwords
(StopwordsHandler[] value) Sets the stopwords algorithms. -
Uses of StopwordsHandler in weka.filters.unsupervised.attribute
Methods in weka.filters.unsupervised.attribute that return StopwordsHandlerModifier and TypeMethodDescriptionFixedDictionaryStringToWordVector.getStopwordsHandler()
Gets the stopwords handler.StringToWordVector.getStopwordsHandler()
Gets the stopwords handler.Methods in weka.filters.unsupervised.attribute with parameters of type StopwordsHandlerModifier and TypeMethodDescriptionvoid
FixedDictionaryStringToWordVector.setStopwordsHandler
(StopwordsHandler value) Sets the stopwords handler to use.void
StringToWordVector.setStopwordsHandler
(StopwordsHandler value) Sets the stopwords handler to use.