diff --git a/README.md b/README.md index a1092713d99d481dc9dffc4495f03137f3c4717c..446dbe1b4d78b12746c6942016f287370d7fc0fd 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,33 @@ You can also setup MMT on your machine (recommended if you want to change the la In both cases, you will need to modify the class path in the demo scripts to the new GLF jar and MMT jar. +Example Inputs +=== + +#### `life_demo.sh` + +* *Joan loves herself* +* *Joan runs and Mary runs* + +#### `quantified_demo.sh` + +* *everyone loves John* +* *Mary loves someone* +* *John and Mary run* + +#### `tableau_demo.sh` + +* *John runs* +* *if John loves Mary then Mary loves John* +* *John doesn't run or John loves Mary* + +#### `modal_demo.sh` + +* *John runs* +* *John isn't allowed to run* +* *Mary believes John has to run* + + Experimenting with the Grammars ===