Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

InferenceNetworkBuilder.cpp File Reference

#include "indri/InferenceNetworkBuilder.hpp"
#include "indri/ContextCountAccumulator.hpp"
#include "indri/ContextSimpleCountAccumulator.hpp"
#include "indri/ListAccumulator.hpp"
#include "indri/DocListIteratorNode.hpp"
#include "indri/ExtentInsideNode.hpp"
#include "indri/ExtentAndNode.hpp"
#include "indri/ExtentOrNode.hpp"
#include "indri/WeightedExtentOrNode.hpp"
#include "indri/OrderedWindowNode.hpp"
#include "indri/UnorderedWindowNode.hpp"
#include "indri/FieldIteratorNode.hpp"
#include "indri/ListBeliefNode.hpp"
#include "indri/ScoredExtentAccumulator.hpp"
#include "indri/WeightedAndNode.hpp"
#include "indri/NullScorerNode.hpp"
#include "indri/OrNode.hpp"
#include "indri/NotNode.hpp"
#include "indri/WeightedSumNode.hpp"
#include "indri/FilterRejectNode.hpp"
#include "indri/FilterRequireNode.hpp"
#include "indri/FieldBetweenNode.hpp"
#include "indri/FieldEqualsNode.hpp"
#include "indri/FieldLessNode.hpp"
#include "indri/FieldGreaterNode.hpp"
#include "indri/MaxNode.hpp"
#include "indri/PriorNode.hpp"
#include "indri/ExtentRestrictionNode.hpp"
#include "indri/FixedPassageNode.hpp"
#include "indri/FilterNode.hpp"
#include "indri/NullListNode.hpp"
#include "indri/PlusNode.hpp"
#include "indri/WPlusNode.hpp"
#include "indri/TermScoreFunctionFactory.hpp"
#include "indri/TermFrequencyBeliefNode.hpp"
#include "indri/CachedFrequencyBeliefNode.hpp"
#include "indri/BooleanAndNode.hpp"
#include "indri/FieldWildcardNode.hpp"
#include "indri/NestedExtentInsideNode.hpp"
#include "indri/NestedListBeliefNode.hpp"
#include "indri/ExtentEnforcementNode.hpp"
#include "indri/ContextInclusionAndNode.hpp"
#include "indri/LengthPriorNode.hpp"
#include "indri/DocumentStructureHolderNode.hpp"
#include "indri/ShrinkageBeliefNode.hpp"
#include "indri/ExtentParentNode.hpp"
#include "indri/ExtentChildNode.hpp"
#include "indri/ExtentDescendantNode.hpp"
#include "indri/FieldBelowWalker.hpp"
#include <stdexcept>

Functions

bool inferencenetworkbuilder_is_stopword (indri::infnet::ListIteratorNode *node)
bool inferencenetworkbuilder_contains_stopwords (const std::vector< indri::infnet::ListIteratorNode * > &nodes)
int inferencenetworkbuilder_find_stopwords_left (const std::vector< indri::infnet::ListIteratorNode * > &nodes)
int inferencenetworkbuilder_find_stopwords_right (const std::vector< indri::infnet::ListIteratorNode * > &nodes)
void inferencenetworkbuilder_find_stopwords_stretch (const std::vector< indri::infnet::ListIteratorNode * > &nodes, int &begin, int &end)
indri::infnet::ListIteratorNodeinferencenetworkbuilder_build_child_window (indri::infnet::InferenceNetwork *network, const std::vector< indri::infnet::ListIteratorNode * > &nodes, int windowSize)
indri::infnet::ListIteratorNodeinferencenetworkbuilder_build_ordered_window (indri::infnet::InferenceNetwork *network, const std::string &nodeName, const std::vector< indri::infnet::ListIteratorNode * > &nodes, int windowSize)

Function Documentation

indri::infnet::ListIteratorNode* inferencenetworkbuilder_build_child_window indri::infnet::InferenceNetwork network,
const std::vector< indri::infnet::ListIteratorNode * > &  nodes,
int  windowSize
[static]
 

indri::infnet::ListIteratorNode* inferencenetworkbuilder_build_ordered_window indri::infnet::InferenceNetwork network,
const std::string &  nodeName,
const std::vector< indri::infnet::ListIteratorNode * > &  nodes,
int  windowSize
[static]
 

bool inferencenetworkbuilder_contains_stopwords const std::vector< indri::infnet::ListIteratorNode * > &  nodes  )  [static]
 

int inferencenetworkbuilder_find_stopwords_left const std::vector< indri::infnet::ListIteratorNode * > &  nodes  )  [static]
 

int inferencenetworkbuilder_find_stopwords_right const std::vector< indri::infnet::ListIteratorNode * > &  nodes  )  [static]
 

void inferencenetworkbuilder_find_stopwords_stretch const std::vector< indri::infnet::ListIteratorNode * > &  nodes,
int &  begin,
int &  end
[static]
 

bool inferencenetworkbuilder_is_stopword indri::infnet::ListIteratorNode node  )  [static]
 


Generated on Tue Jun 15 11:02:57 2010 for Lemur by doxygen 1.3.4