jopenfst
jopenfst copied to clipboard
Initial support for reading (some) OpenFST binary files.
Some code to allow reading of some OpenFST binary files.
At present it doesn't support anything close to all the possible variations of OpenFST's types, but it will get you the equivalent of VectorFst<StdArc>, I think.
Almost certainly there are bugs. I've only tested it on some .fst files that Phonetisaurus generates.
Thanks for the contribution! I have a really busy next few days but will get to this PR later in the week.
Sounds good!
On Mon, Jan 21, 2019 at 7:09 PM Steve Ash [email protected] wrote:
Thanks for the contribution! I have a really busy next few days but will get to this PR later in the week.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/steveash/jopenfst/pull/11#issuecomment-456256229, or mute the thread https://github.com/notifications/unsubscribe-auth/AAsy0tCynXBLq5CoVlVnx3Cst6U1dkBgks5vFoDWgaJpZM4aLvYY .
Wondering if you've had a chance to look at this, thanks!