Package weka.core.stopwords
package weka.core.stopwords
-
ClassDescriptionAncestor for file-based stopword schemes.Ancestor for stopwords classes.Applies the specified stopwords algorithms one after other.
As soon as a word has been identified as stopword, the loop is exited.Dummy stopwords scheme, always returns false.Stopwords list based on Rainbow:
http://www.cs.cmu.edu/~mccallum/bow/rainbow/Uses the regular expressions stored in the file for determining whether a word is a stopword (ignored if pointing to a directory).Interface for classes that support stopword handling.Uses the stopwords located in the specified file (ignored _if pointing to a directory).