Module rustfst::algorithms::compose

source ·

Modules

Structs

Enums

Functions

This operation computes the composition of two transducers. If A transduces string x to y with weight a and B transduces y to z with weight b, then their composition transduces string x to z with weight a ⊗ b.