22 #ifndef KALDI_FSTEXT_DETERMINIZE_STAR_H_ 23 #define KALDI_FSTEXT_DETERMINIZE_STAR_H_ 24 #include <fst/fstlib.h> 25 #include <fst/fst-decl.h> 91 bool *debug_ptr = NULL,
93 bool allow_partial =
false);
111 bool DeterminizeStar(F &ifst, MutableFst<GallicArc<typename F::Arc> > *ofst,
112 float delta = kDelta,
bool *debug_ptr = NULL,
114 bool allow_partial =
false);
For an extended explanation of the framework of which grammar-fsts are a part, please see Support for...
bool DeterminizeStar(F &ifst, MutableFst< typename F::Arc > *ofst, float delta, bool *debug_ptr, int max_states, bool allow_partial)
This function implements the normal version of DeterminizeStar, in which the output strings are repre...