Expand description
Functions to compose FSTs.
Modules§
Structs§
- Compose
Config - Compose
Fst - Compose
FstOp - Compose
FstOp Options - Compose
FstOp State - Compose
State Tuple - FstAdd
On - Adds an object of type T to an FST. The resulting type is a new FST implementation.
- IntInterval
- Half-open integral interval [a, b) of signed integers of type T.
- Interval
Reach Visitor - Interval
Set - Label
Reachable - Label
Reachable Data - Matcher
Config - Matcher
Fst - Sigma
Matcher Config - State
Reachable
Enums§
Functions§
- compose
- This operation computes the composition of two transducers.
If
A
transduces stringx
toy
with weighta
andB
transducesy
toz
with weightb
, then their composition transduces stringx
toz
with weighta ⊗ b
. - compose_
with_ config