Home | History | Annotate | Download | only in fst

Lines Matching refs:Union

0 // union.h
19 // Functions and classes to compute the union of two FSTs.
34 // Computes the union (sum) of two FSTs. This version writes the
35 // union to an output MurableFst. If A transduces string x to y with
37 // union transduces x to y with weight a and w to v with weight b.
44 void Union(MutableFst<Arc> *fst1, const Fst<Arc> &fst2) {
53 LOG(ERROR) << "Union: input/output symbol tables of 1st argument "
109 // Computes the union of two FSTs; this version modifies its
112 void Union(RationalFst<Arc> *fst1, const Fst<Arc> &fst2) {
120 // Computes the union (sum) of two FSTs. This version is a delayed
122 // string w to v with weight b, then their union transduces x to y