#include <Stemmer.hpp>
Inheritance diagram for Stemmer:
Public Methods | |
virtual char* | handleWord (char *word) |
Handle a word, possibly transforming it. | |
virtual void | stemWord (char *word)=0 |
Stem a word. Overwrites the char * passed in. |
|
Handle a word, possibly transforming it.
Reimplemented from TextHandler. |
|
Stem a word. Overwrites the char * passed in.
Reimplemented in PorterStemmer. |