10 #ifndef _STRUS_ANALYZER_NORMALIZER_CHARACTER_CONVERSIONS_LIB_HPP_INCLUDED
11 #define _STRUS_ANALYZER_NORMALIZER_CHARACTER_CONVERSIONS_LIB_HPP_INCLUDED
18 class NormalizerFunctionInterface;
20 class ErrorBufferInterface;
NormalizerFunctionInterface * createNormalizer_lowercase(ErrorBufferInterface *errorhnd)
Get the normalizer that returns the lower case of the input as result.
NormalizerFunctionInterface * createNormalizer_convdia(ErrorBufferInterface *errorhnd)
Get the normalizer that returns the conversion of diacritical characters to ascii of the input as res...
NormalizerFunctionInterface * createNormalizer_charselect(ErrorBufferInterface *errorhnd)
Get the normalizer that returns the selection of characters defined by named sets as result...
NormalizerFunctionInterface * createNormalizer_uppercase(ErrorBufferInterface *errorhnd)
Get the normalizer that returns the upper case of the input as result.