strusAnalyzer
0.17
|
Interface for instantiating the data structure of an automaton for detecting lexems used as basic entities by pattern matching in text. More...
#include <patternTermFeederInterface.hpp>
Public Member Functions | |
virtual | ~PatternTermFeederInterface () |
Destructor. More... | |
virtual PatternTermFeederInstanceInterface * | createInstance () const =0 |
Create an instance to define the mappings of terms to pattern lexems and a method to call the mappings defined. More... | |
Interface for instantiating the data structure of an automaton for detecting lexems used as basic entities by pattern matching in text.
|
inlinevirtual |
Destructor.
|
pure virtual |
Create an instance to define the mappings of terms to pattern lexems and a method to call the mappings defined.