Function rustfst::algorithms::fst_convert

source ·
pub fn fst_convert<W, F1, F2>(ifst: F1) -> F2
where W: Semiring, F1: ExpandedFst<W>, F2: MutableFst<W> + AllocableFst<W>,
Expand description

Generic method to convert an Fst into any other types implementing the MutableFst trait.