Uses of Class
weka.core.stopwords.AbstractFileBasedStopwords
Packages that use AbstractFileBasedStopwords
-
Uses of AbstractFileBasedStopwords in weka.core.stopwords
Subclasses of AbstractFileBasedStopwords in weka.core.stopwordsModifier and TypeClassDescriptionclassUses 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).