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 TypeMethodDescriptionvoidNaiveBayesMultinomialText.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 TypeMethodDescriptionvoidSGDText.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 TypeMethodDescriptionvoidDictionaryBuilder.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 TypeMethodDescriptionvoidDictionarySaver.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 TypeClassDescriptionclassAncestor for file-based stopword schemes.classAncestor for stopwords classes.classApplies the specified stopwords algorithms one after other.
As soon as a word has been identified as stopword, the loop is exited.classDummy stopwords scheme, always returns false.classStopwords list based on Rainbow:
http://www.cs.cmu.edu/~mccallum/bow/rainbow/classUses the regular expressions stored in the file for determining whether a word is a stopword (ignored if pointing to a directory).classUses 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 TypeMethodDescriptionvoidMultiStopwords.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 TypeMethodDescriptionvoidFixedDictionaryStringToWordVector.setStopwordsHandler(StopwordsHandler value) Sets the stopwords handler to use.voidStringToWordVector.setStopwordsHandler(StopwordsHandler value) Sets the stopwords handler to use.