-
Install the latest openfst. Make sure the libfst.so or libfst.dylib(Mac)is in your /usr/local/lib
-
go get github.com/placebokkk/gofst
git clone https://github.com/placebokkk/gofst.git
go test
import (
"github.com/placebokkk/gofst"
)
- support symbol table. wrap the symbol table in fst struct, similar to pyfst
- support more operations
- more real world use examples
I am new to golang and openfst. Welcome any comments.