forked from GitHub/gf-core
peacekeeping: implemented the new lexicon entries in english.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
--# -path=.:present:prelude
|
--# -path=.:present:prelude
|
||||||
|
|
||||||
concrete PeaceLexExt_Eng of PeaceLexExt =
|
concrete PeaceLexExt_Eng of PeaceLexExt =
|
||||||
PeaceCat_Eng ** open ParadigmsEng in {
|
PeaceCat_Eng ** open ParadigmsEng, IrregEng in {
|
||||||
|
|
||||||
lin
|
lin
|
||||||
|
|
||||||
@@ -20,16 +20,23 @@ concrete PeaceLexExt_Eng of PeaceLexExt =
|
|||||||
corpse_N = regN "corpse" ;
|
corpse_N = regN "corpse" ;
|
||||||
doctor_N = regN "doctor";
|
doctor_N = regN "doctor";
|
||||||
enemy_N = regN "enemy";
|
enemy_N = regN "enemy";
|
||||||
|
face_N = regN "face" ;
|
||||||
food_N = regN "food";
|
food_N = regN "food";
|
||||||
friend_N = regN "friend";
|
friend_N = regN "friend";
|
||||||
|
ground_N = regN "ground" ;
|
||||||
|
knife_N = mk2N "knife" "knives" ;
|
||||||
landmine_N = regN "landmine" ;
|
landmine_N = regN "landmine" ;
|
||||||
|
map_N = regN "map" ;
|
||||||
medicine_N = regN "medicine" ;
|
medicine_N = regN "medicine" ;
|
||||||
|
police8officer_N = mk2N "policeman" "policemen" ;
|
||||||
skin_N = regN "skin" ;
|
skin_N = regN "skin" ;
|
||||||
soldier_N = regN "soldier" ;
|
soldier_N = regN "soldier" ;
|
||||||
weapon_N = regN "weapon";
|
weapon_N = regN "weapon";
|
||||||
|
|
||||||
-- Verbs
|
-- Verbs
|
||||||
cough_V = regV "cough" ;
|
cough_V = regV "cough" ;
|
||||||
|
drop_V2 = dirV2 (regDuplV "drop") ;
|
||||||
|
hurt_V = dirV2 hurt_V ;
|
||||||
need_V2 = dirV2 (regV "need");
|
need_V2 = dirV2 (regV "need");
|
||||||
own_V2 = dirV2 (regV "own") ;
|
own_V2 = dirV2 (regV "own") ;
|
||||||
show_V3 = dirdirV3 (regV "show") ;
|
show_V3 = dirdirV3 (regV "show") ;
|
||||||
|
|||||||
Reference in New Issue
Block a user