Represents an expanded state in an FstInstance. More...
Public Attributes | |
int32 | dest_fst_instance |
std::vector< StdArc > | arcs |
Represents an expanded state in an FstInstance.
We expand states whenever we encounter states with a final-cost equal to KALDI_GRAMMAR_FST_SPECIAL_WEIGHT (4096.0). The function PrepareGrammarFst() makes sure to add this special final-cost on states that have special arcs leaving them.
Definition at line 376 of file grammar-fst.h.
std::vector<StdArc> arcs |
Definition at line 392 of file grammar-fst.h.
Referenced by ArcIterator< GrammarFst >::ArcIterator(), GrammarFst::ExpandStateEnd(), and GrammarFst::ExpandStateUserDefined().
int32 dest_fst_instance |
Definition at line 383 of file grammar-fst.h.
Referenced by ArcIterator< GrammarFst >::ArcIterator(), GrammarFst::ExpandStateEnd(), and GrammarFst::ExpandStateUserDefined().