#include <ExtentAndNode.hpp>
Inheritance diagram for ExtentAndNode:
Public Methods | |
ExtentAndNode (const std::string &name, std::vector< ListIteratorNode * > &children) | |
void | prepare (int documentID) |
sets up as much as we can with just the document ID | |
const greedy_vector< Extent > & | extents () |
returns a list of intervals describing positions of children | |
int | nextCandidateDocument () |
const std::string & | getName () const |
void | annotate (class Annotator &annotator, int documentID, int begin, int end) |
annotate any results from this node from position begin to position end |
|
|
|
annotate any results from this node from position begin to position end
Implements ListIteratorNode. |
|
returns a list of intervals describing positions of children
Implements ListIteratorNode. |
|
Implements InferenceNetworkNode. |
|
Implements InferenceNetworkNode. |
|
sets up as much as we can with just the document ID
Implements ListIteratorNode. |