FstContrib

OpenGrm Libraries

OpenGrm Thrax Grammar Compiler

OpenGrm Thrax tools

mjansche/tts-tutorial

google/sparrowhawk

google/language-resources

Free Linguistic Environment – a grammar engineering platform for LFG. git

dcavar/treebankparsersa – This is a tool that reads treebank files and generates a probabilistic grammar for use in FLE.

Practical Instructions for Working with LFG

Grammar Development with LFG and XLE

S --> NP: (^ SUBJ)=!
 (! CASE)=NOM;
 VP: ^=!.

 "indicate comments"
VP --> V: ^=!; "head"
 (NP: (^ OBJ)=! "() = optionality"
 (! CASE)=ACC)
 PP*: ! $ (^ ADJUNCT). "$ = set, * = Kleene star"

astorfi/TensorFlow-World – Simple and ready-to-use tutorials for TensorFlow