Cambridge SMT System
|
#include "MertPrune.h"
Go to the source code of this file.
Functions | |
void | Prune (fst::MutableFst< FunctionArc > *fst, PruneStats &stats) |
void | FullPrune (fst::MutableFst< FunctionArc > *fst, const std::vector< FunctionWeight > &distance, PruneStats &stats) |
void | Prune (fst::MutableFst< FunctionArc > *fst) |
void | FullPrune (fst::MutableFst< FunctionArc > *fst, const std::vector< FunctionWeight > &distance) |
int | ArcCount (const fst::Fst< FunctionArc > &fst) |
int ArcCount | ( | const fst::Fst< FunctionArc > & | fst | ) |
void FullPrune | ( | fst::MutableFst< FunctionArc > * | fst, |
const std::vector< FunctionWeight > & | distance, | ||
PruneStats & | stats | ||
) |
void FullPrune | ( | fst::MutableFst< FunctionArc > * | fst, |
const std::vector< FunctionWeight > & | distance | ||
) |
void Prune | ( | fst::MutableFst< FunctionArc > * | fst, |
PruneStats & | stats | ||
) |
Definition at line 19 of file MertPrune.cpp.
void Prune | ( | fst::MutableFst< FunctionArc > * | fst | ) |