summaryrefslogtreecommitdiff
path: root/examples/peacekeeping/PeaceLexExt.gf
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-08-15 20:21:12 +0000
committerbjorn <bjorn@bringert.net>2008-08-15 20:21:12 +0000
commit137133b742f38c76d2354047ecc9d4af88826d42 (patch)
tree40b29781c11c6c9effd89c08ce7d6501a1bdedd0 /examples/peacekeeping/PeaceLexExt.gf
parent66c927937ad8ba4055a30c87c4455186535804dd (diff)
Added peacekeeping example back in. Doesn't compile yet.
Diffstat (limited to 'examples/peacekeeping/PeaceLexExt.gf')
-rw-r--r--examples/peacekeeping/PeaceLexExt.gf47
1 files changed, 47 insertions, 0 deletions
diff --git a/examples/peacekeeping/PeaceLexExt.gf b/examples/peacekeeping/PeaceLexExt.gf
new file mode 100644
index 000000000..984440ef6
--- /dev/null
+++ b/examples/peacekeeping/PeaceLexExt.gf
@@ -0,0 +1,47 @@
+abstract PeaceLexExt = PeaceCat ** {
+
+ fun
+
+ -- Adjectives
+
+ dangerous_A : A ;
+ dead_A : A ;
+ hungry_A : A ;
+ large_A : A ;
+ sick_A : A ;
+
+ -- Nouns
+
+ air_N : MassN ;
+ arm_N : N ;
+ building_N : N ;
+ car_N : N ;
+ corpse_N : N ;
+ doctor_N : N ;
+ doctor_N : N ;
+ enemy_N : N ;
+ face_N : N ;
+ food_N : MassN ;
+ friend_N : N ;
+ ground_N : N ;
+ knife_N : N ;
+ landmine_N : N ;
+ map_N : N ;
+ medicine_N : MassN ;
+ police8officer_N : N ;
+ skin_N : MassN ;
+ soldier_N : N ;
+ toy_N : N ;
+ translation8machine_N : N ;
+ weapon_N : N;
+
+ -- Verbs
+ cooperate_V2 : V2 ;
+ cough_V : V ;
+ drop_V2 : V2 ;
+ hurt_V : V ;
+ need_V2 : V2;
+ own_V2 : V2 ;
+ show_V3 : V3 ;
+
+} \ No newline at end of file