Search Java Classes and Packages
Search Java Frameworks and Libraries
#Weka.core.stopwords Classes and Interfaces - 9 results found.
| Name | Description | Type | Package | Framework |
| AbstractFileBasedStopwords | Ancestor for file-based stopword schemes. | Class | weka.core.stopwords | Weka |
|
| AbstractStopwords | Ancestor for stopwords classes. | Class | weka.core.stopwords | Weka |
|
| MultiStopwords | Applies the specified stopwords algorithms one after other. | Class | weka.core.stopwords | Weka |
|
| Null | Dummy stopwords scheme, always returns false. | Class | weka.core.stopwords | Weka |
|
| Rainbow | Stopwords list based on Rainbow: http://www. | Class | weka.core.stopwords | Weka |
|
| RegExpFromFile | Uses the regular expressions stored in the file for determining whether a word is a stopword (ignored if pointing to a directory). | Class | weka.core.stopwords | Weka |
|
| Stopwords | Class that can test whether a given string is a stop word. | Class | weka.core | Weka |
|
| StopwordsHandler | Interface for classes that support stopword handling. | Interface | weka.core.stopwords | Weka |
|
| WordsFromFile | Uses the stopwords located in the specified file (ignored _if pointing to a directory). | Class | weka.core.stopwords | Weka |