diff options
| author | bringert <bringert@cs.chalmers.se> | 2006-04-21 14:34:45 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2006-04-21 14:34:45 +0000 |
| commit | 4bc12bcde1747d521a9bb41f20bbd32999ef2a59 (patch) | |
| tree | cdae74d3fa1be27222f5e89c2784474d1b6d0fb6 /examples/peacekeeping/english/PeaceLexExt_Eng.gf | |
| parent | f75efc970a001e8841d812a222aff0cb53959289 (diff) | |
Peace keeping: added more lexicon words. Added this_NP and that_NP. Added some more examples.
Diffstat (limited to 'examples/peacekeeping/english/PeaceLexExt_Eng.gf')
| -rw-r--r-- | examples/peacekeeping/english/PeaceLexExt_Eng.gf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/peacekeeping/english/PeaceLexExt_Eng.gf b/examples/peacekeeping/english/PeaceLexExt_Eng.gf index d5e2154b7..af4930fad 100644 --- a/examples/peacekeeping/english/PeaceLexExt_Eng.gf +++ b/examples/peacekeeping/english/PeaceLexExt_Eng.gf @@ -1,7 +1,8 @@ --# -path=.:present:prelude concrete PeaceLexExt_Eng of PeaceLexExt = - PeaceCat_Eng ** open ParadigmsEng, IrregEng in { + PeaceCat_Eng ** open ParadigmsEng, IrregEng, + LexiconEng, StructuralEng in { lin @@ -31,12 +32,15 @@ concrete PeaceLexExt_Eng of PeaceLexExt = police8officer_N = compoundN "police" (regN "officer") ; skin_N = regN "skin" ; soldier_N = regN "soldier" ; + toy_N = regN "toy" ; + translation8machine_N = compoundN "translation" (regN "machine") ; weapon_N = regN "weapon"; -- Verbs + cooperate_V2 = mkV2 (regV "cooperate") (mkPreposition "with") ; cough_V = regV "cough" ; drop_V2 = dirV2 (regDuplV "drop") ; - hurt_V = dirV2 hurt_V ; + hurt_V = hurt_V ; need_V2 = dirV2 (regV "need"); own_V2 = dirV2 (regV "own") ; show_V3 = dirdirV3 (regV "show") ; |
