diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-08-20 07:14:20 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-08-20 07:14:20 +0000 |
| commit | 02a80d68aaf2efe20973be2e827a581beb0d1624 (patch) | |
| tree | 6d161fdf9dd0fbcc0d89f537692b2690d798db8c /examples/peacekeeping/PeaceLexCommon.gf | |
| parent | 74373394a6cba4fb2189a531f36f7686a2dcd3a0 (diff) | |
peace grammars patched to work with the new API
Diffstat (limited to 'examples/peacekeeping/PeaceLexCommon.gf')
| -rw-r--r-- | examples/peacekeeping/PeaceLexCommon.gf | 21 |
1 files changed, 12 insertions, 9 deletions
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 +} |
