#include <Stemmer.hpp>
Inheritance diagram for Stemmer:
Public Methods | |
Stemmer () | |
virtual char * | handleWord (char *word) |
Handle a word, possibly transforming it. | |
virtual char * | stemWord (char *word)=0 |
Static Public Attributes | |
const string | category = "Stemmer" |
const string | identifier = "stemmer" |
|
|
|
Handle a word, possibly transforming it.
Reimplemented from TextHandler. |
|
Stem a word. May overwrite the char * passed in. Implemented in ArabicStemmer, KStemmer, and PorterStemmer. |
|
Reimplemented from TextHandler. |
|
Reimplemented from TextHandler. Reimplemented in ArabicStemmer, KStemmer, and PorterStemmer. |