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/swedish/PeaceLexExt_Swe.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/swedish/PeaceLexExt_Swe.gf')
| -rw-r--r-- | examples/peacekeeping/swedish/PeaceLexExt_Swe.gf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/peacekeeping/swedish/PeaceLexExt_Swe.gf b/examples/peacekeeping/swedish/PeaceLexExt_Swe.gf index 065e1e3c0..7d2480d8c 100644 --- a/examples/peacekeeping/swedish/PeaceLexExt_Swe.gf +++ b/examples/peacekeeping/swedish/PeaceLexExt_Swe.gf @@ -1,7 +1,8 @@ --# -path=.:present:prelude concrete PeaceLexExt_Swe of PeaceLexExt = - PeaceCat_Swe ** open ParadigmsSwe, IrregSwe, LexiconSwe in { + PeaceCat_Swe ** open ParadigmsSwe, IrregSwe, + LexiconSwe, StructuralSwe in { lin @@ -31,9 +32,12 @@ concrete PeaceLexExt_Swe of PeaceLexExt = police8officer_N = mk2N "polis" "poliser" ; skin_N = mk2N "skinn" "skinn" ; soldier_N = mk2N "soldat" "soldater" ; + toy_N = regN "leksak" ; + translation8machine_N = mk2N "översättningsmaskin" "översättningsmaskiner"; weapon_N = mkN "vapen" "vapnet" "vapen" "vapnen" ; -- Verbs + cooperate_V2 = mkV2 (regV "samarbetar") (mkPreposition "med") ; cough_V = regV "hostar" ; drop_V2 = dirV2 (regV "släpper") ; hurt_V = partV göra_V "ont" ; -- FIXME: "Gör ont ditt ben?" |
