Uses of Class
weka.core.stopwords.AbstractStopwords
Packages that use AbstractStopwords
-
Uses of AbstractStopwords in weka.core.stopwords
Subclasses of AbstractStopwords in weka.core.stopwordsModifier and TypeClassDescriptionclass
Ancestor for file-based stopword schemes.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).