mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
Reorganized the peacekeeping grammar.
This commit is contained in:
37
examples/peacekeeping/PeaceLexExt.gf
Normal file
37
examples/peacekeeping/PeaceLexExt.gf
Normal 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 ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user