Class | Description |
---|---|
LovinsStemmer |
Implements Lovins' stemming algorithm described here
http://snowball.tartarus.org/algorithms/lovins/stemmer.html
|
PaiceHuskStemmer |
Provides an implementation of the Paice Husk stemmer as described in:
Paice, C. |
PorterStemmer |
Implements Porter's stemming algorithm http://tartarus.org/~martin/PorterStemmer/def.txt .
|
Stemmer |
Stemmers are algorithms that attempt reduce strings to their common stem or
root word.
|
VoidStemmer |
The most naive of stemming possible, this class simply returns whatever string is given to it.
|
Copyright © 2017. All rights reserved.