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.

17 lines
318 B
JSON

{
"<start>": "<noun_phrase> <verb_phrase>.",
"<noun_phrase>": "<determiner> <noun>",
"<determiner>": [
"a [0.1]",
"the"
],
"<verb_phrase>": [
"<verb> <noun_phrase> [0.1]",
"<verb>"
],
"<noun>": [
"woman",
"man"
],
"<verb>": "shoots"
}