Tanl Linguistic Pipeline |
String normalizer interface. More...
#include <Normalizer.h>
Public Member Functions | |
virtual size_t | normalize (char *dest, char const *source, int length)=0 |
String normalizer interface.
Converts
source | to a normal form, for easier comparison, eliminating diacritics and converting to lower case. | |
length | The length of the string to convert. Stores in | |
dest | the converted string. |