diff options
| author | bjorn <bjorn@bringert.net> | 2008-08-15 20:21:12 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-08-15 20:21:12 +0000 |
| commit | 137133b742f38c76d2354047ecc9d4af88826d42 (patch) | |
| tree | 40b29781c11c6c9effd89c08ce7d6501a1bdedd0 /examples/peacekeeping/EXAMPLES | |
| parent | 66c927937ad8ba4055a30c87c4455186535804dd (diff) | |
Added peacekeeping example back in. Doesn't compile yet.
Diffstat (limited to 'examples/peacekeeping/EXAMPLES')
| -rw-r--r-- | examples/peacekeeping/EXAMPLES | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/examples/peacekeeping/EXAMPLES b/examples/peacekeeping/EXAMPLES new file mode 100644 index 000000000..822e649eb --- /dev/null +++ b/examples/peacekeeping/EXAMPLES @@ -0,0 +1,66 @@ +== Working now == + +Yes. + +Who coughs? +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? +Where are the weapons? + +The doctor sleeps. +I see a small girl. +Does your leg hurt? +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. +I am a police officer. +This is a translation machine. +Weapons aren't toys. +These soldiers aren't your enemies. + +Walk! +Breathe! +Don't eat your friend! +Drink cold water! +Give your weapon to the soldier! +Show me the landmine! +Give water to the boy! +Drop your weapon! +Cooperate with us! + +== Should work == + +Drink this water! (can't modify MassCN) +Drink! (drink is V2) + + +== How do we do these? == + +(without overgenerating too much) + +Turn around! + +plural-/singular-only nouns: clothes, ... + + +== 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 + |
