Main Page   Namespace List   Class Hierarchy   Alphabetical List   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.


Static Public Attributes

const string identifier = "krovetz"

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

const string KStemmer::identifier = "krovetz" [static]
 

Reimplemented from Stemmer.


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