[][src]Function rustfst::algorithms::determinize::determinize_with_distance

pub fn determinize_with_distance<W, F1, F2>(
    ifst: Arc<F1>,
    in_dist: Arc<Vec<W>>
) -> Result<(F2, Vec<W>)> where
    W: WeaklyDivisibleSemiring + WeightQuantize,
    F1: ExpandedFst<W>,
    F2: MutableFst<W> + AllocableFst<W>,