Skip to content

Instantly share code, notes, and snippets.

@tbpalsulich
Created May 12, 2015 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbpalsulich/7fadb378a287c49902d8 to your computer and use it in GitHub Desktop.
Save tbpalsulich/7fadb378a287c49902d8 to your computer and use it in GitHub Desktop.
Simple OpenFST formatted automaton for "a*b+c?"
0 1 ε
0 2 ε
2 2 a
2 1 ε
1 3 b
3 3 b
3 4 ε
3 4 c
4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment