Name | Description |
---|---|
Stemmer |
Name | Description |
---|---|
CroatianStemmer | |
GermanStemmer | Takes a word and reduces it to its German stem using the Porter stemmer algorithm. |
NoStemmer | |
PorterStemmer | PHP5 Implementation of the Porter Stemmer algorithm. Certain elements were borrowed from the (broken) implementation by Jon Abernathy. |