#include <stem.h>
Public Methods | |
Stem () | |
Create a stemmer object which leaves words unchanged. More... | |
Stem (const std::string &language) | |
Create a new stemmer object. More... | |
~Stem () | |
Standard destructor. More... | |
Stem (const Stem &) | |
Copying is allowed. More... | |
void | operator= (const Stem &) |
Assignment is allowed. More... | |
std::string | stem_word (const std::string &word) const |
Stem a word. More... | |
std::string | get_description () const |
Returns a string representing the omstem object. More... | |
Static Public Methods | |
std::string | get_available_languages () |
Return a list of available languages. More... | |
Public Attributes | |
Xapian::Internal::RefCntPtr< Internal > | internal |
|
Create a stemmer object which leaves words unchanged.
|
|
Create a new stemmer object.
|
|
Standard destructor.
|
|
Copying is allowed.
|
|
Return a list of available languages. The list is returned as a space-separated string. A Xapian::Stem object is not required for this operation. |
|
Returns a string representing the omstem object. Introspection method. |
|
Assignment is allowed.
|
|
Stem a word.
|