#include <ArabicStemmer.hpp>
Inheritance diagram for lemur::parse::ArabicStemmer:
Public Member Functions | |
ArabicStemmer (const string &stemFunc=ArabicStemmerParameter::defaultStemFunc) | |
~ArabicStemmer () | |
char * | stemWord (char *word) |
Stem a word using an Arabic stemmer. | |
void | writePropertyList (PropertyList *list) const |
Write out the properties associated with this TextHandler into the given list. | |
Public Attributes | |
std::string | stemfunc |
Static Public Attributes | |
const string | identifier = "arabic" |
Private Attributes | |
Arabic_Stemmer * | stemmer |
char | stem [100] |
|
|
|
|
|
Stem a word using an Arabic stemmer.
Implements lemur::api::Stemmer. |
|
Write out the properties associated with this TextHandler into the given list.
Reimplemented from lemur::api::TextHandler. |
|
Reimplemented from lemur::api::Stemmer. |
|
|
|
|
|
|