push_with_config

Function push_with_config 

Source
pub fn push_with_config<W, F1, F2>(
    ifst: &F1,
    reweight_type: ReweightType,
    push_type: PushType,
    config: PushConfig,
) -> 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.