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 TypeClassDescriptionclass
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).