Crate rustfst

source ·

Modules

Provides algorithms that are generic for all wFST.
Implementation of the transitions inside a wFST.
Implementation of the wFST traits with different data structure.
Provides trait that must be implemented to be able to use generic algorithms.
Implementation of a successful path inside a wFST.
Provides a trait that shall be implemented for all weights stored inside a wFST.
A few utilities to manipulate wFSTs.

Statics

Epsilon label representing the epsilon transition (empty transition).

Type Definitions

Type used for the input label and output label of an arc in a wFST.
Type used to identify a state in a wFST.