1
0
forked from GitHub/gf-core

a few fixes in DictEng

This commit is contained in:
kr.angelov
2013-01-30 09:58:39 +00:00
parent 6fce26c9dd
commit a4b0709923
2 changed files with 6 additions and 10 deletions

View File

@@ -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";

View File

@@ -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;