From 49b85a277390b8f826837bb32f5b53c9acf1c235 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 14 Mar 2014 12:50:25 +0000 Subject: [PATCH] fix in DictionaryEng.gf --- lib/src/translator/DictionaryEng.gf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/src/translator/DictionaryEng.gf b/lib/src/translator/DictionaryEng.gf index 7edccccf8..5970b64a1 100644 --- a/lib/src/translator/DictionaryEng.gf +++ b/lib/src/translator/DictionaryEng.gf @@ -172,7 +172,8 @@ lin aborticide_N = mkN "aborticide" ; lin abortifacient_A = mkA "abortifacient" ; lin abortifacient_N = mkN "abortifacient" ; lin abortion_N = mkN "abortion" "abortions"; -lin abortionist_N = mkN "abortionist" "abortionists"; +lin abortionistMasc_N = mkN masculine (mkN "abortionist" "abortionists"); +lin abortionistFem_N = mkN feminine (mkN "abortionist" "abortionists"); lin abortive_A = compoundA (mkA "abortive"); lin abortus_N = mkN "abortus" ; lin abound_V = mkV "abound" "abounds" "abounded" "abounded" "abounding"; @@ -11530,7 +11531,8 @@ lin compassion_N = mkN "compassion" ; lin compassionate_A = compoundA (mkA "compassionate"); lin compatibility_N = mkN "compatibility" ; lin compatible_A = compoundA (mkA "compatible"); -lin compatriot_N = mkN "compatriot" "compatriots"; +lin compatriotMasc_N = mkN "compatriot" "compatriots"; +lin compatriotFem_N = mkN "compatriot" "compatriots"; lin compeer_N = mkN "compeer" "compeers"; lin compel_V2 = mkV2 (mkV "compel" "compels" "compelled" "compelled" "compelling"); lin compel_V2V = mkV2V (mkV "compel" "compels" "compelled" "compelled" "compelling") noPrep noPrep;