Cambridge SMT System
MertPrune.h File Reference
#include <fst/fstlib.h>
#include <map>
#include <set>
#include <utility>
#include "function-weight.h"
Include dependency graph for MertPrune.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PruneStats
 

Typedefs

typedef pair< FunctionArc::StateId, FunctionArc::StateIdStatePair
 

Functions

void Prune (fst::MutableFst< FunctionArc > *, PruneStats &)
 
void Prune (fst::MutableFst< FunctionArc > *)
 
void FullPrune (fst::MutableFst< FunctionArc > *, const std::vector< FunctionWeight > &)
 
void FullPrune (fst::MutableFst< FunctionArc > *, const std::vector< FunctionWeight > &, PruneStats &)
 
int ArcCount (const fst::Fst< FunctionArc > &)
 

Typedef Documentation

Definition at line 21 of file MertPrune.h.

Function Documentation

int ArcCount ( const fst::Fst< FunctionArc > &  )

Definition at line 130 of file MertPrune.cpp.

Here is the caller graph for this function:

void FullPrune ( fst::MutableFst< FunctionArc > *  ,
const std::vector< FunctionWeight > &   
)

Definition at line 84 of file MertPrune.cpp.

Here is the call graph for this function:

void FullPrune ( fst::MutableFst< FunctionArc > *  ,
const std::vector< FunctionWeight > &  ,
PruneStats  
)

Definition at line 25 of file MertPrune.cpp.

Here is the call graph for this function:

void Prune ( fst::MutableFst< FunctionArc > *  ,
PruneStats  
)

Definition at line 19 of file MertPrune.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Prune ( fst::MutableFst< FunctionArc > *  )

Definition at line 32 of file MertPrune.cpp.

Here is the call graph for this function: