#include <omstem.h>
Public Methods | |
OmStem () | |
Create a stemmer object which leaves words unchanged. More... | |
OmStem (const std::string &language) | |
Create a new stemmer object. More... | |
~OmStem () | |
Standard destructor. More... | |
OmStem (const OmStem &) | |
Copying is allowed. More... | |
void | operator= (const OmStem &) |
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 | |
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. An OmStem object is not required for this operation. |
|
Returns a string representing the omstem object. Introspection method. |
|
Assignment is allowed.
|
|
Stem a word.
|