strusAnalyzer
0.17
|
Interface for the normalizer constructor. More...
#include <normalizerFunctionInterface.hpp>
Public Member Functions | |
virtual | ~NormalizerFunctionInterface () |
Destructor. More... | |
virtual NormalizerFunctionInstanceInterface * | createInstance (const std::vector< std::string > &args, const TextProcessorInterface *tp) const =0 |
Create a parameterizable normalizer function instance. More... | |
virtual const char * | getDescription () const =0 |
Get a description of the function for user help. More... | |
Interface for the normalizer constructor.
|
inlinevirtual |
Destructor.
|
pure virtual |
Create a parameterizable normalizer function instance.
[in] | args | arguments for the normalizer function |
[in] | tp | text processor reference (for loading resources) |
[in] | errorhnd | analyzer error buffer interface for reporting exeptions and errors |
|
pure virtual |
Get a description of the function for user help.