diff options
Diffstat (limited to 'old-examples/peacekeeping/PeaceLexExt.gf')
| -rw-r--r-- | old-examples/peacekeeping/PeaceLexExt.gf | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/old-examples/peacekeeping/PeaceLexExt.gf b/old-examples/peacekeeping/PeaceLexExt.gf new file mode 100644 index 000000000..984440ef6 --- /dev/null +++ b/old-examples/peacekeeping/PeaceLexExt.gf @@ -0,0 +1,47 @@ +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 ; + face_N : N ; + food_N : MassN ; + friend_N : N ; + ground_N : N ; + knife_N : N ; + landmine_N : N ; + map_N : N ; + medicine_N : MassN ; + police8officer_N : N ; + skin_N : MassN ; + soldier_N : N ; + toy_N : N ; + translation8machine_N : N ; + weapon_N : N; + + -- Verbs + cooperate_V2 : V2 ; + cough_V : V ; + drop_V2 : V2 ; + hurt_V : V ; + need_V2 : V2; + own_V2 : V2 ; + show_V3 : V3 ; + +}
\ No newline at end of file |
