Compile grammars into finite state transducers for NLP tasks
Tools for compiling grammars into finite state transducers
thraxmakedepthraxrewrite-tester$ thraxmakedep -i grammar.grm -o grammar.far$ thraxrewrite-tester --far=grammar.far --rules=rule_name$ echo 'input text' | fstcompose - grammar.fst | fstshortestpath | fstproject --project_output | fsttool print