Function rustfst::algorithms::randgen::randgen_with_config

source ·
pub fn randgen_with_config<W: Semiring<Type = f32>, FI: Fst<W>, FO: MutableFst<W>, S: TrSelector>(
    ifst: &FI,
    config: RandGenConfig<S>
) -> Result<FO>
Expand description

Randomly generate paths through an Fst; execution controlled by RandGenConfig.