| Package | Description |
|---|---|
| weka.classifiers.bayes | |
| weka.classifiers.functions | |
| weka.core | |
| weka.core.converters | |
| weka.core.stopwords | |
| weka.filters.unsupervised.attribute |
| Modifier and Type | Method and Description |
|---|---|
StopwordsHandler |
NaiveBayesMultinomialText.getStopwordsHandler()
Gets the stopwords handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NaiveBayesMultinomialText.setStopwordsHandler(StopwordsHandler value)
Sets the stopwords handler to use.
|
| Modifier and Type | Method and Description |
|---|---|
StopwordsHandler |
SGDText.getStopwordsHandler()
Gets the stopwords handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SGDText.setStopwordsHandler(StopwordsHandler value)
Sets the stopwords handler to use.
|
| Modifier and Type | Method and Description |
|---|---|
StopwordsHandler |
DictionaryBuilder.getStopwordsHandler()
Gets the stopwords handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DictionaryBuilder.setStopwordsHandler(StopwordsHandler value)
Sets the stopwords handler to use.
|
| Modifier and Type | Method and Description |
|---|---|
StopwordsHandler |
DictionarySaver.getStopwordsHandler()
Gets the stopwords handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DictionarySaver.setStopwordsHandler(StopwordsHandler value)
Sets the stopwords handler to use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileBasedStopwords
Ancestor for file-based stopword schemes.
|
class |
AbstractStopwords
Ancestor for stopwords classes.
|
class |
MultiStopwords
Applies the specified stopwords algorithms one after other.
As soon as a word has been identified as stopword, the loop is exited. |
class |
Null
Dummy stopwords scheme, always returns false.
|
class |
Rainbow
Stopwords list based on Rainbow:
http://www.cs.cmu.edu/~mccallum/bow/rainbow/ Valid options are: |
class |
RegExpFromFile
Uses the regular expressions stored in the file for determining whether a word is a stopword (ignored if pointing to a directory).
|
class |
WordsFromFile
Uses the stopwords located in the specified file (ignored _if pointing to a directory).
|
| Modifier and Type | Method and Description |
|---|---|
StopwordsHandler[] |
MultiStopwords.getStopwords()
Returns the stopwords algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiStopwords.setStopwords(StopwordsHandler[] value)
Sets the stopwords algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
StopwordsHandler |
FixedDictionaryStringToWordVector.getStopwordsHandler()
Gets the stopwords handler.
|
StopwordsHandler |
StringToWordVector.getStopwordsHandler()
Gets the stopwords handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FixedDictionaryStringToWordVector.setStopwordsHandler(StopwordsHandler value)
Sets the stopwords handler to use.
|
void |
StringToWordVector.setStopwordsHandler(StopwordsHandler value)
Sets the stopwords handler to use.
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.