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

Support FAR format #234

Open dhdaines opened 1 year ago

dhdaines commented 1 year ago

Another enhancement, perhaps to be accompanied by a pull request in the near future...

It would be nice to (at least minimally) support the FAR format for collections of (usually linear) FSTs, as this is needed to reimplement OpenGRM functionality or interoperate with OpenGRM.

Garvys commented 1 year ago

Agreed ! Feel free to open a PR :-)