CLucene - a full-featured, c++ search engine
API Documentation
#include <Analyzers.h>
Public Member Functions | |
ISOLatin1AccentFilter (TokenStream *input, bool deleteTs) | |
bool | next (Token *token) |
To replace accented characters in a String by unaccented equivalents. | |
virtual | ~ISOLatin1AccentFilter () |
The case will not be altered.
For instance, 'à' will be replaced by 'a'.
lucene::analysis::ISOLatin1AccentFilter::ISOLatin1AccentFilter | ( | TokenStream * | input, | |
bool | deleteTs | |||
) |
virtual lucene::analysis::ISOLatin1AccentFilter::~ISOLatin1AccentFilter | ( | ) | [virtual] |
bool lucene::analysis::ISOLatin1AccentFilter::next | ( | Token * | token | ) | [virtual] |
To replace accented characters in a String by unaccented equivalents.
Implements lucene::analysis::TokenStream.