summaryrefslogtreecommitdiff
path: root/examples/peacekeeping/PeaceLexCommon.gf
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-04-21 14:34:45 +0000
committerbringert <bringert@cs.chalmers.se>2006-04-21 14:34:45 +0000
commit4bc12bcde1747d521a9bb41f20bbd32999ef2a59 (patch)
treecdae74d3fa1be27222f5e89c2784474d1b6d0fb6 /examples/peacekeeping/PeaceLexCommon.gf
parentf75efc970a001e8841d812a222aff0cb53959289 (diff)
Peace keeping: added more lexicon words. Added this_NP and that_NP. Added some more examples.
Diffstat (limited to 'examples/peacekeeping/PeaceLexCommon.gf')
-rw-r--r--examples/peacekeeping/PeaceLexCommon.gf4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/peacekeeping/PeaceLexCommon.gf b/examples/peacekeeping/PeaceLexCommon.gf
index 35bdf35b6..512d7ad81 100644
--- a/examples/peacekeeping/PeaceLexCommon.gf
+++ b/examples/peacekeeping/PeaceLexCommon.gf
@@ -15,6 +15,9 @@ abstract PeaceLexCommon = PeaceCat ** {
whatPl_IP : IP ;
whatSg_IP : IP ;
+ this_NP : NP ;
+ that_NP : NP ;
+
-- Determiners
aSg_Det : Det ;
@@ -74,6 +77,7 @@ abstract PeaceLexCommon = PeaceCat ** {
woman_N : N;
-- Verbs
+ breathe_V : V ;
eat_V2 : V2 ;
drink_V2 : V2 ;
give_V3 : V3 ;