Module rustfst::fst_traits

source ·
Expand description

Provides trait that must be implemented to be able to use generic algorithms.

Traits

Trait to iterate over the outgoing arcs of a partical state in a wFST
Trait defining necessary methods for a wFST to access start states and final states
Trait to iterate over the final states of a wFST
Trait defining the minimum interface necessary for a wFST
Trait defining the methods to modify a wFST
Trait to iterate over the paths accepted by an FST
Trait to iterate over the states of a wFST