You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
207 B
YAML

---
<determiner>: a [0.1] | the
#I am a comment
<noun>: woman | man
<noun_phrase>: <determiner> <noun>
<start>: <noun_phrase> <verb_phrase>.
<verb>: shoots
<verb_phrase>: <verb> | <verb> <noun_phrase> [0.1]