strusAnalyzer
0.17
|
Interface for building the automaton for detecting patterns of tokens in a document stream. More...
#include <tokenMarkupInstanceInterface.hpp>
Public Member Functions | |
virtual | ~TokenMarkupInstanceInterface () |
Destructor. More... | |
virtual TokenMarkupContextInterface * | createContext (const SegmenterInstanceInterface *segmenter) const =0 |
Create the context to markup tokens or spans in a document. More... | |
virtual analyzer::FunctionView | view () const =0 |
Get the definition of the function as structure for introspection. More... | |
Interface for building the automaton for detecting patterns of tokens in a document stream.
|
inlinevirtual |
Destructor.
|
pure virtual |
Create the context to markup tokens or spans in a document.
[in] | segmenter | segmenter to use for inserting document markup tags |
|
pure virtual |
Get the definition of the function as structure for introspection.