mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
Implemented some new words in swedish. Use english compound for police officer.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user