21 #ifndef KALDI_FSTEXT_REMOVE_EPS_LOCAL_H_ 22 #define KALDI_FSTEXT_REMOVE_EPS_LOCAL_H_ 25 #include <fst/fstlib.h> 26 #include <fst/fst-decl.h> void RemoveEpsLocal(MutableFst< Arc > *fst)
RemoveEpsLocal remove some (but not necessarily all) epsilons in an FST, using an algorithm that is g...
For an extended explanation of the framework of which grammar-fsts are a part, please see Support for...
void RemoveEpsLocalSpecial(MutableFst< StdArc > *fst)
As RemoveEpsLocal but takes care to preserve stochasticity when cast to LogArc.