Package | Description |
---|---|
weka.core.stemmers | |
weka.filters.unsupervised.attribute |
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 |
StringToWordVector.getStemmer()
Returns the current stemming algorithm, null if none is used.
|
Modifier and Type | Method and Description |
---|---|
void |
StringToWordVector.setStemmer(Stemmer value)
the stemming algorithm to use, null means no stemming at all (i.e., the
NullStemmer is used).
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.