From a4b0709923d30f26bb372a6aa61924c115917bdb Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 30 Jan 2013 09:58:39 +0000 Subject: [PATCH] a few fixes in DictEng --- lib/src/english/DictEng.gf | 10 ++++------ lib/src/english/DictEngAbs.gf | 6 ++---- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/lib/src/english/DictEng.gf b/lib/src/english/DictEng.gf index 349fb3220..cbb5f4851 100644 --- a/lib/src/english/DictEng.gf +++ b/lib/src/english/DictEng.gf @@ -7438,8 +7438,8 @@ lin congregation_N = mkN "congregation" "congregations"; lin congregational_A = compoundA (mkA "congregational"); lin congress_N = mkN "congress" "congresses"; lin congressional_A = compoundA (mkA "congressional"); -lin congressman_N = mkN "congressman" "congressmen" {- FIXME: guessed plural form -}; -lin congresswoman_N = mkN "congresswoman" "congresswomen" {- FIXME: guessed plural form -}; +lin congressman_N = mkN masculine (mkN "congressman" "congressmen"); +lin congresswoman_N = mkN feminine (mkN "congresswoman" "congresswomen"); lin congruent_A = compoundA (mkA "congruent"); lin congruous_A = compoundA (mkA "congruous"); lin conic_A = compoundA (mkA "conic"); @@ -24505,8 +24505,6 @@ lin ninepence_N = mkN "ninepence" "ninepences"; lin ninepenny_A = compoundA (mkA "ninepenny"); lin ninepins_N = mkN "ninepins" "ninepins"; lin ninny_N = mkN "ninny" "ninnies"; -lin ninth_A = compoundA (mkA "ninth"); -lin ninth_N = mkN "ninth" "ninths"; lin niobe_PN = mkPN "Niobe"; lin nip_N = mkN "nip" "nips"; lin nip_V = mkV "nip" "nips" "nipped" "nipped" "nipping"; @@ -35476,8 +35474,8 @@ lin spelt_N = mkN "spelt" ; lin spenborough_PN = mkPN "Spenborough"; lin spend_V = IrregEng.spend_V; lin spend_V2 = mkV2 (IrregEng.spend_V); -lin spend_V2V = mkV2V (IrregEng.spend_V) noPrep to_Prep ; -lin spend_VS = mkVS (IrregEng.spend_V); +lin spend_to_V2V = mkV2V (IrregEng.spend_V) noPrep to_Prep ; +lin spend_ing_V2V = ingV2V (IrregEng.spend_V) noPrep noPrep ; lin spender_N = mkN "spender" "spenders"; lin spendthrift_N = mkN "spendthrift" "spendthrifts"; lin spennymoor_PN = mkPN "Spennymoor"; diff --git a/lib/src/english/DictEngAbs.gf b/lib/src/english/DictEngAbs.gf index 3422903eb..d499d568f 100644 --- a/lib/src/english/DictEngAbs.gf +++ b/lib/src/english/DictEngAbs.gf @@ -24453,8 +24453,6 @@ fun ninepence_N : N; fun ninepenny_A : A; fun ninepins_N : N; fun ninny_N : N; -fun ninth_A : A; -fun ninth_N : N; fun niobe_PN : PN; fun nip_N : N; fun nip_V : V; @@ -35411,8 +35409,8 @@ fun spelt_N : N; fun spenborough_PN : PN; fun spend_V : V; fun spend_V2 : V2; -fun spend_V2V : V2V; -fun spend_VS : VS; +fun spend_to_V2V : V2V; +fun spend_ing_V2V : V2V; fun spender_N : N; fun spendthrift_N : N; fun spennymoor_PN : PN;