mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
fixes and extensions in DictEng and DictBul
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -15469,6 +15469,7 @@ lin go_V2 = mkV2 (IrregEng.go_V);
|
||||
lin go_VA = mkVA (IrregEng.go_V);
|
||||
lin go_VV = mkVV (IrregEng.go_V);
|
||||
lin go_VS = mkVS (IrregEng.go_V);
|
||||
lin go_after_V2 = mkV2 (IrregEng.go_V) (mkPrep "after");
|
||||
lin go_ahead_N = mkN "go - ahead" "IRREG";
|
||||
lin go_as_you_please_A = compoundA (mkA "go - as - you - please");
|
||||
lin go_between_N = mkN "go - between" "go - betweens";
|
||||
@@ -29233,6 +29234,7 @@ lin publicize_V2 = mkV2 (mkV "publicize" "publicizes" "publicized" "publicized"
|
||||
lin publish_V = mkV "publish";
|
||||
lin publish_V2 = mkV2 (mkV "publish" "publishes" "published" "published" "publishing");
|
||||
lin publisher_N = mkN "publisher" "publishers";
|
||||
lin publishing_A = compoundA (mkA "publishing");
|
||||
lin puce_N = mkN "puce" ;
|
||||
lin puck_N = mkN "puck" "pucks";
|
||||
lin pucker_N = mkN "pucker" "puckers";
|
||||
@@ -33663,9 +33665,9 @@ lin shelter_V = mkV "shelter" "shelters" "sheltered" "sheltered" "sheltering";
|
||||
lin shelter_V2 = mkV2 (mkV "shelter" "shelters" "sheltered" "sheltered" "sheltering");
|
||||
lin shelve_V = mkV "shelve" "shelves" "shelved" "shelved" "shelving";
|
||||
lin shelve_V2 = mkV2 (mkV "shelve" "shelves" "shelved" "shelved" "shelving");
|
||||
lin shepherd_N = mkN "shepherd" "shepherds";
|
||||
lin shepherd_N = mkN masculine (mkN "shepherd" "shepherds");
|
||||
lin shepherd_V2 = mkV2 (mkV "shepherd" "shepherds" "shepherded" "shepherded" "shepherding");
|
||||
lin shepherdess_N = mkN "shepherdess" "shepherdesses";
|
||||
lin shepherdess_N = mkN feminine (mkN "shepherdess" "shepherdesses");
|
||||
lin shepshed_PN = mkPN "Shepshed";
|
||||
lin shepton_mallet_PN = mkPN "Shepton mallet";
|
||||
lin sheraton_N = mkN "sheraton" ;
|
||||
@@ -34186,6 +34188,7 @@ lin sin_V = mkV "sin" "sins" "sinned" "sinned" "sinning";
|
||||
lin since_Adv = mkAdv "since";
|
||||
lin since_Subj = mkSubj "since";
|
||||
lin since_Prep = mkPrep "since";
|
||||
lin since_then_Adv = mkAdv "since then";
|
||||
lin sincere_A = compoundA (mkA "sincere");
|
||||
lin sincerity_N = mkN "sincerity" ;
|
||||
lin sine_N = mkN "sine" "sines";
|
||||
|
||||
@@ -15445,6 +15445,7 @@ fun go_V2 : V2;
|
||||
fun go_VA : VA;
|
||||
fun go_VV : VV;
|
||||
fun go_VS : VS;
|
||||
fun go_after_V2 : V2;
|
||||
fun go_ahead_N : N;
|
||||
fun go_as_you_please_A : A;
|
||||
fun go_between_N : N;
|
||||
@@ -29181,6 +29182,7 @@ fun publicize_V2 : V2;
|
||||
fun publish_V : V;
|
||||
fun publish_V2 : V2;
|
||||
fun publisher_N : N;
|
||||
fun publishing_A : A;
|
||||
fun puce_N : N;
|
||||
fun puck_N : N;
|
||||
fun pucker_N : N;
|
||||
@@ -34121,6 +34123,7 @@ fun sin_V : V;
|
||||
fun since_Adv : Adv;
|
||||
fun since_Subj : Subj;
|
||||
fun since_Prep : Prep;
|
||||
fun since_then_Adv : Adv;
|
||||
fun sincere_A : A;
|
||||
fun sincerity_N : N;
|
||||
fun sine_N : N;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user