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