virtual PosTaggerInstanceInterface * createInstance(const SegmenterInterface *segmenter, const analyzer::SegmenterOptions &opts=analyzer::SegmenterOptions()) const =0
Creates an instance for a specified segmenter.
Interface to define a POS tagger instance for creating the input for POS tagging to build the data an...
Definition: posTaggerInstanceInterface.hpp:23
Interface for the construction of a POS tagger instance for a specified segmenter.
Definition: posTaggerInterface.hpp:25
virtual ~PosTaggerInterface()
Destructor.
Definition: posTaggerInterface.hpp:29