mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 18:22:50 -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 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";
|
||||
|
||||
Reference in New Issue
Block a user