mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
a few fixes in DictEng
This commit is contained in:
@@ -7438,8 +7438,8 @@ lin congregation_N = mkN "congregation" "congregations";
|
|||||||
lin congregational_A = compoundA (mkA "congregational");
|
lin congregational_A = compoundA (mkA "congregational");
|
||||||
lin congress_N = mkN "congress" "congresses";
|
lin congress_N = mkN "congress" "congresses";
|
||||||
lin congressional_A = compoundA (mkA "congressional");
|
lin congressional_A = compoundA (mkA "congressional");
|
||||||
lin congressman_N = mkN "congressman" "congressmen" {- FIXME: guessed plural form -};
|
lin congressman_N = mkN masculine (mkN "congressman" "congressmen");
|
||||||
lin congresswoman_N = mkN "congresswoman" "congresswomen" {- FIXME: guessed plural form -};
|
lin congresswoman_N = mkN feminine (mkN "congresswoman" "congresswomen");
|
||||||
lin congruent_A = compoundA (mkA "congruent");
|
lin congruent_A = compoundA (mkA "congruent");
|
||||||
lin congruous_A = compoundA (mkA "congruous");
|
lin congruous_A = compoundA (mkA "congruous");
|
||||||
lin conic_A = compoundA (mkA "conic");
|
lin conic_A = compoundA (mkA "conic");
|
||||||
@@ -24505,8 +24505,6 @@ lin ninepence_N = mkN "ninepence" "ninepences";
|
|||||||
lin ninepenny_A = compoundA (mkA "ninepenny");
|
lin ninepenny_A = compoundA (mkA "ninepenny");
|
||||||
lin ninepins_N = mkN "ninepins" "ninepins";
|
lin ninepins_N = mkN "ninepins" "ninepins";
|
||||||
lin ninny_N = mkN "ninny" "ninnies";
|
lin ninny_N = mkN "ninny" "ninnies";
|
||||||
lin ninth_A = compoundA (mkA "ninth");
|
|
||||||
lin ninth_N = mkN "ninth" "ninths";
|
|
||||||
lin niobe_PN = mkPN "Niobe";
|
lin niobe_PN = mkPN "Niobe";
|
||||||
lin nip_N = mkN "nip" "nips";
|
lin nip_N = mkN "nip" "nips";
|
||||||
lin nip_V = mkV "nip" "nips" "nipped" "nipped" "nipping";
|
lin nip_V = mkV "nip" "nips" "nipped" "nipped" "nipping";
|
||||||
@@ -35476,8 +35474,8 @@ lin spelt_N = mkN "spelt" ;
|
|||||||
lin spenborough_PN = mkPN "Spenborough";
|
lin spenborough_PN = mkPN "Spenborough";
|
||||||
lin spend_V = IrregEng.spend_V;
|
lin spend_V = IrregEng.spend_V;
|
||||||
lin spend_V2 = mkV2 (IrregEng.spend_V);
|
lin spend_V2 = mkV2 (IrregEng.spend_V);
|
||||||
lin spend_V2V = mkV2V (IrregEng.spend_V) noPrep to_Prep ;
|
lin spend_to_V2V = mkV2V (IrregEng.spend_V) noPrep to_Prep ;
|
||||||
lin spend_VS = mkVS (IrregEng.spend_V);
|
lin spend_ing_V2V = ingV2V (IrregEng.spend_V) noPrep noPrep ;
|
||||||
lin spender_N = mkN "spender" "spenders";
|
lin spender_N = mkN "spender" "spenders";
|
||||||
lin spendthrift_N = mkN "spendthrift" "spendthrifts";
|
lin spendthrift_N = mkN "spendthrift" "spendthrifts";
|
||||||
lin spennymoor_PN = mkPN "Spennymoor";
|
lin spennymoor_PN = mkPN "Spennymoor";
|
||||||
|
|||||||
@@ -24453,8 +24453,6 @@ fun ninepence_N : N;
|
|||||||
fun ninepenny_A : A;
|
fun ninepenny_A : A;
|
||||||
fun ninepins_N : N;
|
fun ninepins_N : N;
|
||||||
fun ninny_N : N;
|
fun ninny_N : N;
|
||||||
fun ninth_A : A;
|
|
||||||
fun ninth_N : N;
|
|
||||||
fun niobe_PN : PN;
|
fun niobe_PN : PN;
|
||||||
fun nip_N : N;
|
fun nip_N : N;
|
||||||
fun nip_V : V;
|
fun nip_V : V;
|
||||||
@@ -35411,8 +35409,8 @@ fun spelt_N : N;
|
|||||||
fun spenborough_PN : PN;
|
fun spenborough_PN : PN;
|
||||||
fun spend_V : V;
|
fun spend_V : V;
|
||||||
fun spend_V2 : V2;
|
fun spend_V2 : V2;
|
||||||
fun spend_V2V : V2V;
|
fun spend_to_V2V : V2V;
|
||||||
fun spend_VS : VS;
|
fun spend_ing_V2V : V2V;
|
||||||
fun spender_N : N;
|
fun spender_N : N;
|
||||||
fun spendthrift_N : N;
|
fun spendthrift_N : N;
|
||||||
fun spennymoor_PN : PN;
|
fun spennymoor_PN : PN;
|
||||||
|
|||||||
Reference in New Issue
Block a user