#include <NullListNode.hpp>
Inheritance diagram for NullListNode:
Public Methods | |
NullListNode (const std::string &name, bool stopword) | |
bool | isStopword () const |
const std::string & | getName () const |
int | nextCandidateDocument () |
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 | |
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. |