strusAnalyzer  0.17
Public Member Functions | List of all members
strus::PosTaggerContextInterface Class Referenceabstract

Context to markup documents with tags derived from POS tagging. More...

#include <posTaggerContextInterface.hpp>

Public Member Functions

virtual ~PosTaggerContextInterface ()
 Destructor. More...
 
virtual std::string markupDocument (int docno, const analyzer::DocumentClass &dclass, const std::string &content) const =0
 Markup a document with POS tagging info. More...
 

Detailed Description

Context to markup documents with tags derived from POS tagging.

Constructor & Destructor Documentation

virtual strus::PosTaggerContextInterface::~PosTaggerContextInterface ( )
inlinevirtual

Destructor.

Member Function Documentation

virtual std::string strus::PosTaggerContextInterface::markupDocument ( int  docno,
const analyzer::DocumentClass dclass,
const std::string &  content 
) const
pure virtual

Markup a document with POS tagging info.

Parameters
ín]docno document number identifying the document to markup
ín]dclass document class of document to markup
ín]content to markup

The documentation for this class was generated from the following file: