Reorganized the peacekeeping grammar.

This commit is contained in:
bringert
2006-04-20 17:55:46 +00:00
parent f9cdc3c732
commit a1e2767dbe
14 changed files with 110 additions and 62 deletions

View File

@@ -0,0 +1,37 @@
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 ;
food_N : MassN ;
friend_N : N ;
landmine_N : N ;
medicine_N : MassN ;
skin_N : MassN ;
soldier_N : N ;
weapon_N : N;
-- Verbs
cough_V : V ;
need_V2 : V2;
own_V2 : V2 ;
show_V3 : V3 ;
}