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