summaryrefslogtreecommitdiff
path: root/examples/peacekeeping/english
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/english
parent4bb72d9343af1f7384c733f0a487f4b8bed6381e (diff)
Implemented some new words in swedish. Use english compound for police officer.
Diffstat (limited to 'examples/peacekeeping/english')
-rw-r--r--examples/peacekeeping/english/PeaceLexExt_Eng.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/peacekeeping/english/PeaceLexExt_Eng.gf b/examples/peacekeeping/english/PeaceLexExt_Eng.gf
index 7b784fea7..d5e2154b7 100644
--- a/examples/peacekeeping/english/PeaceLexExt_Eng.gf
+++ b/examples/peacekeeping/english/PeaceLexExt_Eng.gf
@@ -28,7 +28,7 @@ concrete PeaceLexExt_Eng of PeaceLexExt =
landmine_N = regN "landmine" ;
map_N = regN "map" ;
medicine_N = regN "medicine" ;
- police8officer_N = mk2N "policeman" "policemen" ;
+ police8officer_N = compoundN "police" (regN "officer") ;
skin_N = regN "skin" ;
soldier_N = regN "soldier" ;
weapon_N = regN "weapon";