Module rustfst::algorithms::replace

source ·
Expand description

Functions for lazy replacing transitions in an FST.

Structs§

  • ReplaceFst supports lazy replacement of trs in one FST with another FST. This replacement is recursive. ReplaceFst can be used to support a variety of delayed constructions such as recursive transition networks, union, or closure.

Functions§

  • Recursively replaces trs in the root FSTs with other FSTs.