mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
Added some more words to the peacekeeping lexicon. Did not add them in the concrete syntaxes yet.
This commit is contained in:
@@ -20,16 +20,23 @@ abstract PeaceLexExt = PeaceCat ** {
|
|||||||
doctor_N : N ;
|
doctor_N : N ;
|
||||||
doctor_N : N ;
|
doctor_N : N ;
|
||||||
enemy_N : N ;
|
enemy_N : N ;
|
||||||
|
face_N : N ;
|
||||||
food_N : MassN ;
|
food_N : MassN ;
|
||||||
friend_N : N ;
|
friend_N : N ;
|
||||||
|
ground_N : N ;
|
||||||
|
knife_N : N ;
|
||||||
landmine_N : N ;
|
landmine_N : N ;
|
||||||
|
map_N : N ;
|
||||||
medicine_N : MassN ;
|
medicine_N : MassN ;
|
||||||
|
police8officer_N : N ;
|
||||||
skin_N : MassN ;
|
skin_N : MassN ;
|
||||||
soldier_N : N ;
|
soldier_N : N ;
|
||||||
weapon_N : N;
|
weapon_N : N;
|
||||||
|
|
||||||
-- Verbs
|
-- Verbs
|
||||||
cough_V : V ;
|
cough_V : V ;
|
||||||
|
drop_V2 : V2 ;
|
||||||
|
hurt_V : V ;
|
||||||
need_V2 : V2;
|
need_V2 : V2;
|
||||||
own_V2 : V2 ;
|
own_V2 : V2 ;
|
||||||
show_V3 : V3 ;
|
show_V3 : V3 ;
|
||||||
|
|||||||
Reference in New Issue
Block a user