|
Cambridge SMT System
|
#include <fst/fstlib.h>#include <map>#include <set>#include <utility>#include "function-weight.h"

Go to the source code of this file.
Classes | |
| struct | PruneStats |
Typedefs | |
| typedef pair< FunctionArc::StateId, FunctionArc::StateId > | StatePair |
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 pair<FunctionArc::StateId, FunctionArc::StateId> StatePair |
Definition at line 21 of file MertPrune.h.
| int ArcCount | ( | const fst::Fst< FunctionArc > & | ) |
| void FullPrune | ( | fst::MutableFst< FunctionArc > * | , |
| const std::vector< FunctionWeight > & | |||
| ) |
| void FullPrune | ( | fst::MutableFst< FunctionArc > * | , |
| const std::vector< FunctionWeight > & | , | ||
| PruneStats & | |||
| ) |
| void Prune | ( | fst::MutableFst< FunctionArc > * | , |
| PruneStats & | |||
| ) |
Definition at line 19 of file MertPrune.cpp.


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