#include <Annotator.hpp>
Inheritance diagram for Annotator:
Public Methods | |
Annotator (const std::string &name, BeliefNode *belief) | |
void | add (InferenceNetworkNode *node, int documentID, int begin, int end) |
void | addMatches (greedy_vector< Extent > &extents, InferenceNetworkNode *node, int documentID, int begin, int end) |
void | evaluate (int documentID, int documentLength) |
int | nextCandidateDocument () |
EvaluatorNode::MResults & | getResults () |
const std::string & | getName () const |
const EvaluatorNode::MResults & | getResults () const |
|
|
|
|
|
|
|
Implements EvaluatorNode. |
|
Implements InferenceNetworkNode. |
|
|
|
Implements EvaluatorNode. |
|
Implements InferenceNetworkNode. |