diff options
| author | bringert <bringert@cs.chalmers.se> | 2006-04-20 22:18:35 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2006-04-20 22:18:35 +0000 |
| commit | e75689439d710aef4d40f9006baf653f373f60bb (patch) | |
| tree | 2b5f70c42c3c8e3bd5d234ed4ea16bb618080f16 /examples | |
| parent | 58a6088a4d24786d4e95da88c64c4eeb7713a259 (diff) | |
Added some more words to the peacekeeping lexicon. Did not add them in the concrete syntaxes yet.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/peacekeeping/PeaceLexExt.gf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/peacekeeping/PeaceLexExt.gf b/examples/peacekeeping/PeaceLexExt.gf index 1e4e777ad..1cccc92c6 100644 --- a/examples/peacekeeping/PeaceLexExt.gf +++ b/examples/peacekeeping/PeaceLexExt.gf @@ -20,16 +20,23 @@ abstract PeaceLexExt = PeaceCat ** { 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 ; weapon_N : N; -- Verbs cough_V : V ; + drop_V2 : V2 ; + hurt_V : V ; need_V2 : V2; own_V2 : V2 ; show_V3 : V3 ; |
