Function rustfst::algorithms::minimize

source ·
pub fn minimize<W, F>(ifst: &mut F) -> Result<()>
Expand description

In place minimization of deterministic weighted automata and transducers, and also non-deterministic ones if they use an idempotent semiring. For transducers, the algorithm produces a compact factorization of the minimal transducer.