Home | History | Annotate | Download | only in fst

Lines Matching refs:Fst

27 #include <fst/slist.h>
30 #include <fst/factor-weight.h>
31 #include <fst/invert.h>
32 #include <fst/arc-map.h>
33 #include <fst/rmepsilon.h>
36 namespace fst {
40 // Returns an equivalent FST that is epsilon-normalized. An acceptor is
46 // The input FST needs to be functional.
53 void EpsNormalize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst,
72 } // namespace fst