Interface for a parameterized normalization function.
More...
#include <normalizerFunctionInstanceInterface.hpp>
Interface for a parameterized normalization function.
virtual strus::NormalizerFunctionInstanceInterface::~NormalizerFunctionInstanceInterface |
( |
| ) |
|
|
inlinevirtual |
virtual std::string strus::NormalizerFunctionInstanceInterface::normalize |
( |
const char * |
src, |
|
|
std::size_t |
srcsize |
|
) |
| const |
|
pure virtual |
Normalization of a token.
- Parameters
-
[in] | src | start of the token to normalize |
[in] | srcsize | size of the token in bytes |
- Returns
- list of normalized tokens
Get the definition of the function as structure for introspection.
- Returns
- structure for introspection
The documentation for this class was generated from the following file: