10 #ifndef _STRUS_ANALYZER_PATTERN_TERM_FEEDER_INTERFACE_HPP_INCLUDED
11 #define _STRUS_ANALYZER_PATTERN_TERM_FEEDER_INTERFACE_HPP_INCLUDED
18 class PatternTermFeederInstanceInterface;
Instance interface for defining a mapping of terms of the document analysis outout as lexems used as ...
Definition: patternTermFeederInstanceInterface.hpp:20
Interface for instantiating the data structure of an automaton for detecting lexems used as basic ent...
Definition: patternTermFeederInterface.hpp:21
virtual ~PatternTermFeederInterface()
Destructor.
Definition: patternTermFeederInterface.hpp:25
virtual PatternTermFeederInstanceInterface * createInstance() const =0
Create an instance to define the mappings of terms to pattern lexems and a method to call the mapping...