Module rustfst::algorithms::rm_epsilon

source ·
Expand description

Functions to remove epsilon transitions from an Fst. A static and a delayed version are available.

Structs§

  • The result of weight factoring is a transducer equivalent to the input whose path weights have been factored according to the FactorIterator. States and transitions will be added as necessary. The algorithm is a generalization to arbitrary weights of the second step of the input epsilon-normalization algorithm. This version is a Delayed FST.

Functions§

  • This operation removes epsilon-transitions (when both the input and output labels are an epsilon) from a transducer. The result will be an equivalent FST that has no such epsilon transitions.