10 #ifndef _STRUS_ANALYZER_NORMALIZER_FUNCTION_INSTANCE_INTERFACE_HPP_INCLUDED
11 #define _STRUS_ANALYZER_NORMALIZER_FUNCTION_INSTANCE_INTERFACE_HPP_INCLUDED
31 virtual std::string
normalize(
const char* src, std::size_t srcsize)
const=0;
virtual ~NormalizerFunctionInstanceInterface()
Destructor.
Definition: normalizerFunctionInstanceInterface.hpp:25
Structure describing the internal representation of a normalizer/tokenizer/aggregator function in the...
Structure describing the internal representation of a normalizer/tokenizer/aggregator function in the...
Definition: functionView.hpp:29
virtual analyzer::FunctionView view() const =0
Get the definition of the function as structure for introspection.
Interface for a parameterized normalization function.
Definition: normalizerFunctionInstanceInterface.hpp:21
virtual std::string normalize(const char *src, std::size_t srcsize) const =0
Normalization of a token.