| xapian-core
    1.4.24
    | 
Class representing a stemming algorithm implementation. More...
#include <stem.h>
 Inheritance diagram for Xapian::StemImplementation:
 Inheritance diagram for Xapian::StemImplementation:| 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.