Function rustfst::algorithms::tr_unique

source ·
pub fn tr_unique<W: Semiring, F: MutableFst<W>>(ifst: &mut F)
Expand description

Keep a single instance of trs leaving the same state, going to the same state and with the same input labels, output labels and weight.