Tanl Linguistic Pipeline

Tanl::Text::Normalizer Struct Reference

String normalizer interface. More...

#include <Normalizer.h>

Inheritance diagram for Tanl::Text::Normalizer:
Tanl::Text::Latin1Normalizer Tanl::Text::Unicode::Utf8Normalizer

List of all members.

Public Member Functions

virtual size_t normalize (char *dest, char const *source, int length)=0

Detailed Description

String normalizer interface.

Converts

Parameters:
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.
Returns:
the length of the converted string.

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
 
Copyright © 2005-2011 G. Attardi. Generated on 4 Mar 2011 by doxygen 1.6.1.