FST
openfst-1.8.2
OpenFst Library
|
#include <fst/arc-map.h>
#include <fst/factor-weight.h>
#include <fst/invert.h>
#include <fst/rmepsilon.h>
Go to the source code of this file.
Namespaces | |
fst | |
Enumerations | |
enum | fst::EpsNormalizeType { fst::EPS_NORM_INPUT, fst::EPS_NORM_OUTPUT } |
Functions | |
template<class Arc > | |
void | fst::EpsNormalize (const Fst< Arc > &ifst, MutableFst< Arc > *ofst, EpsNormalizeType type=EPS_NORM_INPUT) |
template<class Arc , GallicType G> | |
void | fst::EpsNormalize (const Fst< Arc > &ifst, MutableFst< Arc > *ofst, EpsNormalizeType type) |