#include <fst/fstlib.h>
#include <fst/fst-decl.h>
#include "remove-eps-local-inl.h"
Go to the source code of this file.
|
template<class Arc > |
void | RemoveEpsLocal (MutableFst< Arc > *fst) |
| RemoveEpsLocal remove some (but not necessarily all) epsilons in an FST, using an algorithm that is guaranteed to never increase the number of arcs in the FST (and will also never increase the number of states). More...
|
|
void | RemoveEpsLocalSpecial (MutableFst< StdArc > *fst) |
| As RemoveEpsLocal but takes care to preserve stochasticity when cast to LogArc. More...
|
|