Function rustfst::algorithms::minimize_with_config

source ·
pub fn minimize_with_config<W, F>(
    ifst: &mut F,
    config: MinimizeConfig
) -> 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.