#include <string>
#include <vector>
Go to the source code of this file.
|
| | strus |
| | strus toplevel namespace
|
| |
|
| PosTaggerDataInterface * | strus::createPosTaggerData_standard (TokenizerFunctionInstanceInterface *tokenizer, ErrorBufferInterface *errorhnd) |
| | Create an interface for building up the data to tag documents with. More...
|
| |
| PosTaggerInterface * | strus::createPosTagger_standard (ErrorBufferInterface *errorhnd) |
| | Create an interface for the construction of a POS tagger instance for a specified segmenter. More...
|
| |