Home | History | Annotate | Download | only in lib

Lines Matching defs:Weight

31 // with weight a and FST2 transduces string w to v with weight b, then
42 typedef typename Arc::Weight Weight;
70 Weight final = fst1->Final(s1);
71 if (final != Weight::Zero()) {
72 fst1->SetFinal(s1, Weight::Zero());
94 // delayed Fst. If FST1 transduces string x to y with weight a and FST2
95 // transduces string w to v with weight b, then their concatenation
110 typedef typename A::Weight Weight;