Interesting links, 29/1/2019
Misc. interesting things.
OpenGrm Thrax Grammar Compiler
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