Function rustfst::algorithms::tr_map[][src]

pub fn tr_map<W, F, M>(ifst: &mut F, mapper: &M) -> Result<()> where
    W: Semiring,
    F: MutableFst<W>,
    M: TrMapper<W>, 
Expand description

Maps every transition in the FST using an TrMapper object.