Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

ArabicStemmer Class Reference

#include <ArabicStemmer.hpp>

Inheritance diagram for ArabicStemmer:

Stemmer TextHandler List of all members.

Public Methods

 ArabicStemmer (const string &stemDir=ArabicStemmerParameter::defaultStemDir, const string &stemmer=ArabicStemmerParameter::defaultStemFunc)
 ~ArabicStemmer ()
char * stemWord (char *word)
 Stem a word using an Arabic stemmer.


Static Public Attributes

const string identifier = "arabic"

Detailed Description

Provides a wrapper to the Arabic stemmer that supports the Stemmer interface, and by inheritance, the TextHandler interface.


Constructor & Destructor Documentation

ArabicStemmer::ArabicStemmer const string &    stemDir = ArabicStemmerParameter::defaultStemDir,
const string &    stemmer = ArabicStemmerParameter::defaultStemFunc
 

ArabicStemmer::~ArabicStemmer  
 


Member Function Documentation

char * ArabicStemmer::stemWord char *    word [virtual]
 

Stem a word using an Arabic stemmer.

Implements Stemmer.


Member Data Documentation

const string ArabicStemmer::identifier = "arabic" [static]
 

Reimplemented from Stemmer.


The documentation for this class was generated from the following files:
Generated on Wed Nov 3 12:59:23 2004 for Lemur Toolkit by doxygen1.2.18