From 02a80d68aaf2efe20973be2e827a581beb0d1624 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 20 Aug 2008 07:14:20 +0000 Subject: peace grammars patched to work with the new API --- examples/peacekeeping/PeaceLexCommon.gf | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'examples/peacekeeping/PeaceLexCommon.gf') diff --git a/examples/peacekeeping/PeaceLexCommon.gf b/examples/peacekeeping/PeaceLexCommon.gf index 75abaebdf..cec47c235 100644 --- a/examples/peacekeeping/PeaceLexCommon.gf +++ b/examples/peacekeeping/PeaceLexCommon.gf @@ -20,10 +20,13 @@ abstract PeaceLexCommon = PeaceCat ** { -- Determiners - aSg_Det : Det ; - aPl_Det : Det ; - theSg_Det : Det ; - thePl_Det : Det ; + the_Art : Art ; --a + a_Art : Art ; --a + -- aSg_Det : Det ; + -- aPl_Det : Det ; + -- theSg_Det : Det ; + -- thePl_Det : Det ; --a + that_Det : Det ; those_Det : Det ; this_Det : Det ; @@ -40,10 +43,10 @@ abstract PeaceLexCommon = PeaceCat ** { -- Causes too much ambiguity -- one_Det : Det ; - two_Num : Num ; - three_Num : Num ; - four_Num : Num ; - five_Num : Num ; + two_Num : Card ; --a + three_Num : Card ; + four_Num : Card ; + five_Num : Card ; -- Adjectives @@ -87,4 +90,4 @@ abstract PeaceLexCommon = PeaceCat ** { sleep_V : V ; walk_V : V ; -} \ No newline at end of file +} -- cgit v1.2.3