Class | Description |
---|---|
Arc |
The fst's arc implementation.
|
Convert |
Provides the required functionality in order to convert from/to openfst's
text format
|
Export |
Provides a command line utility to convert a java binary fst model to
openfst's text format
|
Fst |
A mutable finite state transducer implementation.
|
ImmutableFst |
An immutable finite state transducer implementation.
|
ImmutableState |
The fst's immutable state implementation.
|
Import |
Provides a command line utility to convert an Fst in openfst's text format to
java binary fst model
|
State |
The fst's mutable state implementation.
|