| Tanl Linguistic Pipeline |
String normalizer interface. More...
#include <Latin1Normalizer.h>
Public Member Functions | |
| size_t | normalize (char *dest, const char *source, int length) |
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. |