Module rustfst::algorithms::replace[][src]

Structs

ReplaceFst

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

replace

Recursively replaces trs in the root FSTs with other FSTs.