From fd70db2c9f13b471d61e51f8b83f39877b875e01 Mon Sep 17 00:00:00 2001 From: bringert Date: Fri, 21 Apr 2006 07:49:53 +0000 Subject: [PATCH] peacekeeping: implemented the new lexicon entries in english. --- examples/peacekeeping/english/PeaceLexExt_Eng.gf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/examples/peacekeeping/english/PeaceLexExt_Eng.gf b/examples/peacekeeping/english/PeaceLexExt_Eng.gf index 413cb02e5..7b784fea7 100644 --- a/examples/peacekeeping/english/PeaceLexExt_Eng.gf +++ b/examples/peacekeeping/english/PeaceLexExt_Eng.gf @@ -1,7 +1,7 @@ --# -path=.:present:prelude concrete PeaceLexExt_Eng of PeaceLexExt = - PeaceCat_Eng ** open ParadigmsEng in { + PeaceCat_Eng ** open ParadigmsEng, IrregEng in { lin @@ -20,16 +20,23 @@ concrete PeaceLexExt_Eng of PeaceLexExt = corpse_N = regN "corpse" ; doctor_N = regN "doctor"; enemy_N = regN "enemy"; + face_N = regN "face" ; food_N = regN "food"; friend_N = regN "friend"; + ground_N = regN "ground" ; + knife_N = mk2N "knife" "knives" ; landmine_N = regN "landmine" ; + map_N = regN "map" ; medicine_N = regN "medicine" ; + police8officer_N = mk2N "policeman" "policemen" ; skin_N = regN "skin" ; soldier_N = regN "soldier" ; weapon_N = regN "weapon"; -- Verbs cough_V = regV "cough" ; + drop_V2 = dirV2 (regDuplV "drop") ; + hurt_V = dirV2 hurt_V ; need_V2 = dirV2 (regV "need"); own_V2 = dirV2 (regV "own") ; show_V3 = dirdirV3 (regV "show") ;