Function rustfst::algorithms::push

source ·
pub fn push<W, F1, F2>(
    ifst: &F1,
    reweight_type: ReweightType,
    push_type: PushType
) -> Result<F2>
Expand description

Push the weights and/or labels of the input FST into the output mutable FST by pushing weights and/or labels towards the initial state or final states.