From de880425add3074215ad5ca94cd541826928d8da Mon Sep 17 00:00:00 2001 From: bringert Date: Thu, 20 Apr 2006 22:18:35 +0000 Subject: [PATCH] Added some more words to the peacekeeping lexicon. Did not add them in the concrete syntaxes yet. --- examples/peacekeeping/PeaceLexExt.gf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/peacekeeping/PeaceLexExt.gf b/examples/peacekeeping/PeaceLexExt.gf index 1e4e777ad..1cccc92c6 100644 --- a/examples/peacekeeping/PeaceLexExt.gf +++ b/examples/peacekeeping/PeaceLexExt.gf @@ -20,16 +20,23 @@ abstract PeaceLexExt = PeaceCat ** { 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 ; weapon_N : N; -- Verbs cough_V : V ; + drop_V2 : V2 ; + hurt_V : V ; need_V2 : V2; own_V2 : V2 ; show_V3 : V3 ;