Module rustfst::algorithms::compose
source · Expand description
Functions to compose FSTs.
Modules§
Structs§
- Adds an object of type T to an FST. The resulting type is a new FST implementation.
- Half-open integral interval [a, b) of signed integers of type T.
Enums§
Functions§
- This operation computes the composition of two transducers. If
Atransduces stringxtoywith weightaandBtransducesytozwith weightb, then their composition transduces stringxtozwith weighta ⊗ b.