git @ Cat's Eye Technologies relwrite / master eg / sample-grammar.json
master

Tree @master (Download .tar.gz)

sample-grammar.json @masterraw · history · blame

[
    [["<Sentence>"], ["<NP>", "<VP>"]],
    [["<NP>"],       ["<Det>", "<Noun>"]],
    [["<VP>"],       ["<Verb>", "<NP>"]],
    [["<Det>"],      ["the"]],
    [["<Det>"],      ["a"]],
    [["<Noun>"],     ["dog"]],
    [["<Noun>"],     ["penguin"]],
    [["<Verb>"],     ["sees"]]
]