#include <stem.h>
Collaboration diagram for Xapian::Stem:
Public Member Functions | |
Stem () | |
Create a stemmer object which leaves words unchanged. | |
Stem (const std::string &language) | |
Create a new stemmer object. | |
~Stem () | |
Standard destructor. | |
Stem (const Stem &) | |
Copying is allowed. | |
void | operator= (const Stem &) |
Assignment is allowed. | |
std::string | stem_word (const std::string &word) const |
Stem a word. | |
std::string | get_description () const |
Returns a string representing the omstem object. | |
Static Public Member Functions | |
std::string | get_available_languages () |
Return a list of available languages. | |
Public Attributes | |
Xapian::Internal::RefCntPtr< Internal > | internal |
Reference counted internals. |
|
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.
|
|
Reference counted internals.
|