Home | History | Annotate | Download | only in lib

Lines Matching defs:Replace

0 // replace.h
32 // By default ReplaceFst will copy the input label of the 'replace arc'.
52 // \brief Implementation class for replace class Fst
54 // The replace implementation class supports a dynamic
96 // constructor for replace class implementation.
101 SetType("replace");
126 SetType("replace");
170 // Computes the dependency graph of the replace class and returns
172 // in an un-expandable replace fst.
217 // Return or compute start state of replace fst
220 if (fst_array_.size() == 1) { // no fsts defined for replace
334 // if start state is valid replace, else arc is implicitly
662 // Replace supports replacement of arcs in one Fst with another
663 // Fst. This replacement is recursive. Replace takes an array of
666 // non-terminals with the matching non-terminal Fst. Currently Replace
673 void Replace(const vector<pair<typename Arc::Label,