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

KStemmer Class Reference

#include <KStemmer.hpp>

Inheritance diagram for KStemmer:

Stemmer TextHandler List of all members.

Public Methods

 KStemmer (string &datadir)
 ~KStemmer ()
char * stemWord (char *word)
 Stem a word using the Krovetz Stemmer.


Private Attributes

char * ddir

Detailed Description

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


Constructor & Destructor Documentation

KStemmer::KStemmer string &    datadir
 

KStemmer::~KStemmer  
 


Member Function Documentation

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

Stem a word using the Krovetz Stemmer.

Implements Stemmer.


Member Data Documentation

char* KStemmer::ddir [private]
 


The documentation for this class was generated from the following files:
Generated on Fri Feb 6 07:12:04 2004 for LEMUR by doxygen1.2.16