Function rustfst::algorithms::tr_compares::tr_compare[][src]

pub fn tr_compare<W: Semiring>(tr_1: &Tr<W>, tr_2: &Tr<W>) -> Ordering
Expand description

Compare trs in the order input label, output label, weight and nextstate.