garvys-org / rustfst

Rust re-implementation of OpenFST - library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs). A Python binding is also available.
https://docs.rs/rustfst
Other
144 stars 17 forks source link

serialize_integer_weight - allow parsing from/to text of IntegerWeight #253

Closed mooreniemi closed 8 months ago

mooreniemi commented 8 months ago

Resolving https://github.com/Garvys/rustfst/issues/252 so that FSTs using IntegerWeight can be serialized properly.