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 TypeClassDescriptionclassAncestor for file-based stopword schemes.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).