summaryrefslogtreecommitdiff
path: root/examples/peacekeeping/swedish
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-04-21 12:08:10 +0000
committerbringert <bringert@cs.chalmers.se>2006-04-21 12:08:10 +0000
commitc4f36a024a772dc780b0a7152cbcd72802f7767c (patch)
treecce231b0f21ee2bd33013b14fc2ffe0c33fbd5fd /examples/peacekeeping/swedish
parent4bb72d9343af1f7384c733f0a487f4b8bed6381e (diff)
Implemented some new words in swedish. Use english compound for police officer.
Diffstat (limited to 'examples/peacekeeping/swedish')
-rw-r--r--examples/peacekeeping/swedish/PeaceLexExt_Swe.gf9
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/peacekeeping/swedish/PeaceLexExt_Swe.gf b/examples/peacekeeping/swedish/PeaceLexExt_Swe.gf
index 7db79e1b1..065e1e3c0 100644
--- a/examples/peacekeeping/swedish/PeaceLexExt_Swe.gf
+++ b/examples/peacekeeping/swedish/PeaceLexExt_Swe.gf
@@ -1,7 +1,7 @@
--# -path=.:present:prelude
concrete PeaceLexExt_Swe of PeaceLexExt =
- PeaceCat_Swe ** open LexiconSwe, ParadigmsSwe in {
+ PeaceCat_Swe ** open ParadigmsSwe, IrregSwe, LexiconSwe in {
lin
@@ -20,16 +20,23 @@ concrete PeaceLexExt_Swe of PeaceLexExt =
corpse_N = mk2N "lik" "lik" ;
doctor_N = mkN "doktor" "doktorn" "doktorer" "doktorerna";
enemy_N = mk2N "fiende" "fiender" ;
+ face_N = regN "ansikte" ;
food_N = regN "mat";
friend_N = mkN "vän" "vännen" "vänner" "vännerna" ;
+ ground_N = mk2N "mark" "marker";
+ knife_N = regN "kniv" ;
landmine_N = regN "landmina" ;
+ map_N = regN "karta" ;
medicine_N = mk2N "medicin" "mediciner";
+ police8officer_N = mk2N "polis" "poliser" ;
skin_N = mk2N "skinn" "skinn" ;
soldier_N = mk2N "soldat" "soldater" ;
weapon_N = mkN "vapen" "vapnet" "vapen" "vapnen" ;
-- Verbs
cough_V = regV "hostar" ;
+ drop_V2 = dirV2 (regV "släpper") ;
+ hurt_V = partV göra_V "ont" ; -- FIXME: "Gör ont ditt ben?"
need_V2 = dirV2 (regV "behöver");
own_V2 = dirV2 (regV "äger") ;
show_V3 = dirdirV3 (regV "visar") ;