Package | Description |
---|---|
jsat.text.stemming | |
jsat.text.tokenizer |
Modifier and Type | Class and Description |
---|---|
class |
LovinsStemmer
Implements Lovins' stemming algorithm described here
http://snowball.tartarus.org/algorithms/lovins/stemmer.html
|
class |
PaiceHuskStemmer
Provides an implementation of the Paice Husk stemmer as described in:
Paice, C. |
class |
PorterStemmer
Implements Porter's stemming algorithm http://tartarus.org/~martin/PorterStemmer/def.txt .
|
class |
VoidStemmer
The most naive of stemming possible, this class simply returns whatever string is given to it.
|
Constructor and Description |
---|
StemmingTokenizer(Stemmer stemmer,
Tokenizer baseTokenizer) |
Copyright © 2017. All rights reserved.