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

PorterStemmer Class Reference

#include <PorterStemmer.hpp>

Inheritance diagram for PorterStemmer:

Stemmer TextHandler List of all members.

Public Methods

 PorterStemmer ()
char * stemWord (char *word)
 Stem a word using the Porter Stemmer.


Static Public Attributes

const string identifier = "porter"

Detailed Description

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


Constructor & Destructor Documentation

PorterStemmer::PorterStemmer  
 


Member Function Documentation

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

Stem a word using the Porter Stemmer.

Implements Stemmer.


Member Data Documentation

const string PorterStemmer::identifier = "porter" [static]
 

Reimplemented from Stemmer.


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