diff options
| author | bringert <bringert@cs.chalmers.se> | 2006-04-20 15:13:55 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2006-04-20 15:13:55 +0000 |
| commit | af52e49d59d6e764805a1409d715e22667792310 (patch) | |
| tree | 69f5182ee6e223283b4a5a1d5178c82dfc4fcea1 /examples/peacekeeping/EXAMPLES | |
| parent | 35cd3af6614663e6374e5af5527a301c40b85cd8 (diff) | |
PeaceKepp: added a bunch of examples. Added a few words. Added some missing syntax constructs.
Diffstat (limited to 'examples/peacekeeping/EXAMPLES')
| -rw-r--r-- | examples/peacekeeping/EXAMPLES | 50 |
1 files changed, 43 insertions, 7 deletions
diff --git a/examples/peacekeeping/EXAMPLES b/examples/peacekeeping/EXAMPLES index 021ddd088..3438fc262 100644 --- a/examples/peacekeeping/EXAMPLES +++ b/examples/peacekeeping/EXAMPLES @@ -1,15 +1,51 @@ -Working now: +== Working now == + +Yes. -Landmines are dangerous. -Are you cold? Who coughs? -Show me the landmine! +Who owns this building? +Who needs water? +Who gives weapons to the soldiers? +Who gives water to the children? +Who is hungry? +Where do you sleep? +Where do you see the landmine? + +The doctor sleeps. +I see a small girl. +Soldiers don't eat corpses. +Do you need medicine? +We don't give weapons to dangerous soldiers. +We give food to children. +Are you cold? +Landmines are dangerous. We are your friends. +These soldiers aren't your enemies. + +Walk! +Don't eat your friend! +Drink cold water! Give your weapon to the soldier! -Do you need medicine? -Who is hungry? +Show me the landmine! +Give water to the boy! -Should work: + +== Should work == Where is the factory? (no QuestIAdv_NP) +Drink this water! (can't modify MassCN) +Drink! (drink is V2) + + +== English == + +=== Variants that should work === + +don't / do not +doesn't / does not +isn't / is not +aren't / are not + +corpse / dead body +give X to Y / give Y X |
