Home | History | Annotate | Download | only in fst

Lines Matching defs:Weight

36 // weight a and B transduces string w to v with weight b, then their
37 // union transduces x to y with weight a and w to v with weight b.
47 typedef typename Arc::Weight Weight;
98 fst1->AddArc(start1, Arc(0, 0, Weight::One(), start2 + numstates1));
102 fst1->AddArc(nstart1, Arc(0, 0, Weight::One(), start1));
103 fst1->AddArc(nstart1, Arc(0, 0, Weight::One(), start2 + numstates1));
121 // Fst. If A transduces string x to y with weight a and B transduces
122 // string w to v with weight b, then their union transduces x to y
123 // with weight a and w to v with weight b.
137 typedef typename A::Weight Weight;