10 #ifndef _STRUS_ANALYZER_LIB_POS_TAGGER_STD_HPP_INCLUDED
11 #define _STRUS_ANALYZER_LIB_POS_TAGGER_STD_HPP_INCLUDED
20 class TokenizerFunctionInstanceInterface;
22 class ErrorBufferInterface;
24 class PosTaggerDataInterface;
26 class PosTaggerInterface;
PosTaggerInterface * createPosTagger_standard(ErrorBufferInterface *errorhnd)
Create an interface for the construction of a POS tagger instance for a specified segmenter...
PosTaggerDataInterface * createPosTaggerData_standard(TokenizerFunctionInstanceInterface *tokenizer, ErrorBufferInterface *errorhnd)
Create an interface for building up the data to tag documents with.