xapian-core
1.4.26
|
Class representing a stemming algorithm implementation. More...
#include <stem.h>
Public Member Functions | |
StemImplementation () | |
Default constructor. | |
virtual | ~StemImplementation () |
Virtual destructor. | |
virtual std::string | operator() (const std::string &word)=0 |
Stem the specified word. | |
virtual std::string | get_description () const =0 |
Return a string describing this object. | |
Class representing a stemming algorithm implementation.