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

DocFreqIndexer Class Reference

#include <DocFreqIndexer.hpp>

Inheritance diagram for DocFreqIndexer:

TextHandler List of all members.

Public Methods

 DocFreqIndexer (const string &csName, const string &cwName, const string &ssName, int bufferSize, bool countStopWords=false)
 ~DocFreqIndexer ()
char * handleDoc (char *docno)
 Handle a doc.

char * handleWord (char *word)
 Handle a word, possibly transforming it.

void handleEndDoc ()
 Handle the end of the doc.

void newDb (const string &name)

Constructor & Destructor Documentation

DocFreqIndexer::DocFreqIndexer const string &    csName,
const string &    cwName,
const string &    ssName,
int    bufferSize,
bool    countStopWords = false
 

DocFreqIndexer::~DocFreqIndexer  
 


Member Function Documentation

char * DocFreqIndexer::handleDoc char *    docno [virtual]
 

Handle a doc.

Reimplemented from TextHandler.

void DocFreqIndexer::handleEndDoc   [virtual]
 

Handle the end of the doc.

Reimplemented from TextHandler.

char * DocFreqIndexer::handleWord char *    word [virtual]
 

Handle a word, possibly transforming it.

Reimplemented from TextHandler.

void DocFreqIndexer::newDb const string &    name
 


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