Skip to content

placebokkk/gofst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openfst Go wrapper (WIP)

Install

  • 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

Test

git clone https://github.com/placebokkk/gofst.git
go test

Usage

import (
    "github.com/placebokkk/gofst"
)

Next (order by priority)

  • 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.

About

Go wrapper for openfst

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •