diff options
| author | bringert <bringert@cs.chalmers.se> | 2006-04-20 15:13:55 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2006-04-20 15:13:55 +0000 |
| commit | af52e49d59d6e764805a1409d715e22667792310 (patch) | |
| tree | 69f5182ee6e223283b4a5a1d5178c82dfc4fcea1 /examples/peacekeeping/PeaceLex_Eng.gf | |
| parent | 35cd3af6614663e6374e5af5527a301c40b85cd8 (diff) | |
PeaceKepp: added a bunch of examples. Added a few words. Added some missing syntax constructs.
Diffstat (limited to 'examples/peacekeeping/PeaceLex_Eng.gf')
| -rw-r--r-- | examples/peacekeeping/PeaceLex_Eng.gf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/peacekeeping/PeaceLex_Eng.gf b/examples/peacekeeping/PeaceLex_Eng.gf index 65c164272..4e21ee370 100644 --- a/examples/peacekeeping/PeaceLex_Eng.gf +++ b/examples/peacekeeping/PeaceLex_Eng.gf @@ -70,6 +70,7 @@ concrete PeaceLex_Eng of PeaceLex = CatEng ** open LangEng, ParadigmsEng in { building_N = regN "building" ; car_N = regN "car" ; child_N = child_N ; + corpse_N = regN "corpse" ; doctor_N = regN "doctor"; enemy_N = regN "enemy"; factory_N = factory_N ; @@ -85,6 +86,7 @@ concrete PeaceLex_Eng of PeaceLex = CatEng ** open LangEng, ParadigmsEng in { man_N = man_N ; medicine_N = regN "medicine" ; road_N = road_N ; + skin_N = regN "skin" ; soldier_N = regN "soldier" ; water_N = water_N ; weapon_N = regN "weapon"; @@ -97,8 +99,10 @@ concrete PeaceLex_Eng of PeaceLex = CatEng ** open LangEng, ParadigmsEng in { give_V3 = give_V3; have_V2 = have_V2; need_V2 = dirV2 (regV "need"); + own_V2 = dirV2 (regV "own") ; see_V2 = see_V2 ; - show_V3 = dirdirV3 (regV "show"); + show_V3 = dirdirV3 (regV "show") ; + sleep_V = sleep_V ; walk_V = walk_V ; } |
