| Package | Description |
|---|---|
| weka.classifiers.bayes | |
| weka.classifiers.functions | |
| weka.core | |
| weka.core.converters | |
| weka.core.stemmers | |
| weka.filters.unsupervised.attribute |
| Modifier and Type | Method and Description |
|---|---|
Stemmer |
NaiveBayesMultinomialText.getStemmer()
Returns the current stemming algorithm, null if none is used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NaiveBayesMultinomialText.setStemmer(Stemmer value)
the stemming algorithm to use, null means no stemming at all (i.e., the
NullStemmer is used).
|
| Modifier and Type | Method and Description |
|---|---|
Stemmer |
SGDText.getStemmer()
Returns the current stemming algorithm, null if none is used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SGDText.setStemmer(Stemmer value)
the stemming algorithm to use, null means no stemming at all (i.e., the
NullStemmer is used).
|
| Modifier and Type | Method and Description |
|---|---|
Stemmer |
DictionaryBuilder.getStemmer()
Returns the current stemming algorithm, null if none is used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DictionaryBuilder.setStemmer(Stemmer value)
the stemming algorithm to use, null means no stemming at all (i.e., the
NullStemmer is used).
|
| Modifier and Type | Method and Description |
|---|---|
Stemmer |
DictionarySaver.getStemmer()
Returns the current stemming algorithm, null if none is used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DictionarySaver.setStemmer(Stemmer value)
the stemming algorithm to use, null means no stemming at all (i.e., the
NullStemmer is used).
|
| Modifier and Type | Class and Description |
|---|---|
class |
IteratedLovinsStemmer
An iterated version of the Lovins stemmer.
|
class |
LovinsStemmer
A stemmer based on the Lovins stemmer, described here:
Julie Beth Lovins (1968). |
class |
NullStemmer
A dummy stemmer that performs no stemming at all.
|
class |
SnowballStemmer
A wrapper class for the Snowball stemmers.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Stemming.useStemmer(Stemmer stemmer,
String[] options)
Applies the given stemmer according to the given options.
|
| Modifier and Type | Method and Description |
|---|---|
Stemmer |
FixedDictionaryStringToWordVector.getStemmer()
Returns the current stemming algorithm, null if none is used.
|
Stemmer |
StringToWordVector.getStemmer()
Returns the current stemming algorithm, null if none is used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FixedDictionaryStringToWordVector.setStemmer(Stemmer value)
the stemming algorithm to use, null means no stemming at all (i.e., the
NullStemmer is used).
|
void |
StringToWordVector.setStemmer(Stemmer value)
the stemming algorithm to use, null means no stemming at all (i.e., the
NullStemmer is used).
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.