FST  openfst-1.8.3
OpenFst Library
Namespaces | Enumerations | Functions
epsnormalize.h File Reference
#include <memory>
#include <fst/arc-map.h>
#include <fst/arc.h>
#include <fst/factor-weight.h>
#include <fst/fst.h>
#include <fst/invert.h>
#include <fst/mutable-fst.h>
#include <fst/rmepsilon.h>
#include <fst/string-weight.h>
#include <fst/symbol-table.h>
#include <fst/vector-fst.h>
Include dependency graph for epsnormalize.h:
This graph shows which files directly or indirectly include this file:

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)