NepomukDaemons
Nepomuk::CLuceneFilter Class Reference
#include <clucenefilter.h>
Inheritance diagram for Nepomuk::CLuceneFilter:

Detailed Description
Normalizes tokens extracted with StandardTokenizer.
Definition at line 34 of file clucenefilter.h.
Public Member Functions | |
CLuceneFilter (CL_NS(analysis)::TokenStream *in, bool deleteTokenStream) | |
bool | next (CL_NS(analysis)::Token *token) |
~CLuceneFilter () |
Constructor & Destructor Documentation
Nepomuk::CLuceneFilter::CLuceneFilter | ( | CL_NS(analysis)::TokenStream * | in, | |
bool | deleteTokenStream | |||
) |
Nepomuk::CLuceneFilter::~CLuceneFilter | ( | ) |
Definition at line 38 of file clucenefilter.cpp.
Member Function Documentation
bool Nepomuk::CLuceneFilter::next | ( | CL_NS(analysis)::Token * | token | ) |
Returns the next token in the stream, or NULL at EOS.
Removes 's
from the end of words.
Removes dots from acronyms.
The documentation for this class was generated from the following files: