mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
more words in DictEngBul
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -4629,8 +4629,7 @@ lin ball_V = mkV "ball" "balls" "balled" "balled" "balling";
|
||||
lin ball_V2 = mkV2 (mkV "ball" "balls" "balled" "balled" "balling");
|
||||
lin ball_cartridge_N = mkN "ball - cartridge" "ball - cartridges";
|
||||
lin ball_dress_N = mkN "ball - dress" "ball - dresses";
|
||||
lin ballad_N = mkN "ballad" "ballads";
|
||||
lin ballade_N = mkN "ballade" "ballades";
|
||||
lin ballade_N = mkN (variants {"ballade"; "ballad"});
|
||||
lin ballast_N = mkN "ballast" ;
|
||||
lin ballast_V2 = mkV2 (mkV "ballast" "ballasts" "ballasted" "ballasted" "ballasting");
|
||||
lin ballbearing_N = mkN "ballbearing" "ballbearings";
|
||||
@@ -5871,7 +5870,7 @@ lin billingsgate_N = mkN "billingsgate" ;
|
||||
lin billington_PN = mkPN "Billington";
|
||||
lin billion_A = compoundA (mkA "billion");
|
||||
lin billion_N = mkN "billion" "billions";
|
||||
lin billionaire_N = mkN "billionaire" ;
|
||||
lin billionaire_N = mkN human (mkN "billionaire");
|
||||
lin billionth_A = compoundA (mkA "billionth");
|
||||
lin billionth_N = mkN "billionth" "billionths";
|
||||
lin billow_N = mkN "billow" "billows";
|
||||
@@ -7041,6 +7040,7 @@ lin boyhood_N = mkN "boyhood" ;
|
||||
lin boyish_A = compoundA (mkA "boyish");
|
||||
lin boyishness_N = mkN "boyishness" ;
|
||||
lin boysenberry_N = mkN "boysenberry" ;
|
||||
lin boza_N = mkN (variants {"boza"; "bosa"});
|
||||
lin bra_N = mkN "bra" "bras";
|
||||
lin brace_N = mkN "brace" "brace";
|
||||
lin brace_V = mkV "brace" "braces" "braced" "braced" "bracing";
|
||||
@@ -9965,6 +9965,7 @@ lin chipotle_N = mkN "chipotle" ;
|
||||
lin chippendale_N = mkN "chippendale" "chippendales";
|
||||
lin chippenham_PN = mkPN "Chippenham";
|
||||
lin chipper_A = mkA "chipper" ;
|
||||
lin chips_N = mkN "chips" "chipses";
|
||||
lin chiralgia_N = mkN "chiralgia" ;
|
||||
lin chiromantic_A = mkA "chiromantic" ;
|
||||
lin chiropodist_N = mkN "chiropodist" "chiropodists";
|
||||
@@ -52783,7 +52784,8 @@ lin stridor_N = mkN "stridor" ;
|
||||
lin stridulate_V = mkV "stridulate" "stridulates" "stridulated" "stridulated" "stridulating";
|
||||
lin stridulation_N = mkN "stridulation" "stridulations";
|
||||
lin strife_N = mkN "strife" ;
|
||||
lin strike_N = mkN "strike" "strikes";
|
||||
lin strike_1_N = mkN "strike" "strikes";
|
||||
lin strike_2_N = mkN "strike" "strikes";
|
||||
lin strike_V = IrregEng.strike_V;
|
||||
lin strike_V2 = mkV2 (IrregEng.strike_V);
|
||||
lin strike_leader_N = mkN "strike - leader" "strike - leaders";
|
||||
|
||||
@@ -4626,7 +4626,6 @@ fun ball_V : V;
|
||||
fun ball_V2 : V2;
|
||||
fun ball_cartridge_N : N;
|
||||
fun ball_dress_N : N;
|
||||
fun ballad_N : N;
|
||||
fun ballade_N : N;
|
||||
fun ballast_N : N;
|
||||
fun ballast_V2 : V2;
|
||||
@@ -7036,6 +7035,7 @@ fun boyhood_N : N;
|
||||
fun boyish_A : A;
|
||||
fun boyishness_N : N;
|
||||
fun boysenberry_N : N;
|
||||
fun boza_N : N;
|
||||
fun bra_N : N;
|
||||
fun brace_N : N;
|
||||
fun brace_V : V;
|
||||
@@ -9946,6 +9946,7 @@ fun chipotle_N : N;
|
||||
fun chippendale_N : N;
|
||||
fun chippenham_PN : PN;
|
||||
fun chipper_A : A;
|
||||
fun chips_N : N;
|
||||
fun chiralgia_N : N;
|
||||
fun chiromantic_A : A;
|
||||
fun chiropodist_N : N;
|
||||
@@ -52703,7 +52704,8 @@ fun stridor_N : N;
|
||||
fun stridulate_V : V;
|
||||
fun stridulation_N : N;
|
||||
fun strife_N : N;
|
||||
fun strike_N : N;
|
||||
fun strike_1_N : N;
|
||||
fun strike_2_N : N;
|
||||
fun strike_V : V;
|
||||
fun strike_V2 : V2;
|
||||
fun strike_leader_N : N;
|
||||
|
||||
Reference in New Issue
Block a user