strusAnalyzer
0.17
|
Interface for the construction of a POS tagger instance for a specified segmenter. More...
#include <posTaggerInterface.hpp>
Public Member Functions | |
virtual | ~PosTaggerInterface () |
Destructor. More... | |
virtual PosTaggerInstanceInterface * | createInstance (const SegmenterInterface *segmenter, const analyzer::SegmenterOptions &opts=analyzer::SegmenterOptions()) const =0 |
Creates an instance for a specified segmenter. More... | |
Interface for the construction of a POS tagger instance for a specified segmenter.
|
inlinevirtual |
Destructor.
|
pure virtual |
Creates an instance for a specified segmenter.
ín] | segmenter segmenter instance to use |
ín] | opts options for the construction of the segmenter instance to use |