#include <NotNode.hpp>
Inheritance diagram for NotNode:
Public Methods | |
NotNode (const std::string &name, BeliefNode *child) | |
double | maximumBackgroundScore () |
double | maximumScore () |
const greedy_vector< ScoredExtentResult > & | score (int documentID, int start, int end, int documentLength) |
bool | hasMatch (int documentID) |
void | annotate (class Annotator &annotator, int documentID, int begin, int end) |
int | nextCandidateDocument () |
const std::string & | getName () const |
|
|
|
Implements BeliefNode. |
|
Implements InferenceNetworkNode. |
|
Implements BeliefNode. |
|
Implements BeliefNode. |
|
Implements BeliefNode. |
|
Implements InferenceNetworkNode. |
|
Implements BeliefNode. |