BaumWelch  baumwelch-0.3.8
OpenGrm-BaumWelch library
Namespaces | Functions
decode.h File Reference
#include <numeric>
#include <vector>
#include <fst/extensions/far/far.h>
#include <fst/compact-fst.h>
#include <fst/fst-decl.h>
#include <fst/project.h>
#include <fst/rmepsilon.h>
#include <fst/shortest-path.h>
#include <fst/statesort.h>
#include <fst/vector-fst.h>
#include <fst/weight.h>
#include <baumwelch/a-star.h>
#include <baumwelch/cascade.h>
Include dependency graph for decode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 fst
 
 fst::internal
 

Functions

template<class Arc >
void fst::internal::ReverseStateNumbering (MutableFst< Arc > *fst)
 
template<class Arc >
VectorFst< Arc > fst::internal::DecodePair (const Fst< Arc > &ifst)
 
template<class Arc >
CompactWeightedStringFst< Arc > fst::internal::DecodeDecipherment (const Fst< Arc > &ifst)
 
template<class Arc >
void fst::Decode (FarReader< Arc > &input, FarReader< Arc > &output, const Fst< Arc > &model, FarWriter< Arc > &hypotext)