#include <KStemmer.hpp>
Inheritance diagram for KStemmer:
Public Methods | |
KStemmer (string &datadir) | |
~KStemmer () | |
char * | stemWord (char *word) |
Stem a word using the Krovetz Stemmer. | |
Static Public Attributes | |
const string | identifier = "krovetz" |
|
|
|
|
|
Stem a word using the Krovetz Stemmer.
Implements Stemmer. |
|
Reimplemented from Stemmer. |