mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 19:52:50 -06:00
a lot of fixes in all dictionaries. Among other things now all words from the phrasebook are not corrected in the big dictionaries.
This commit is contained in:
@@ -8964,8 +8964,7 @@ lin carboxyl_N = mkN "carboxyl" ;
|
||||
lin carboy_N = mkN "carboy" "carboys";
|
||||
lin carbuncle_N = mkN "carbuncle" "carbuncles";
|
||||
lin carbuncled_A = mkA "carbuncled" ;
|
||||
lin carburetor_N = mkN "carburetor" ;
|
||||
lin carburettor_N = mkN "carburettor" "carburettors";
|
||||
lin carburettor_N = variants {mkN "carburettor" "carburettors"; mkN "carburetor"} ;
|
||||
lin carcase_N = mkN "carcase" "carcases";
|
||||
lin carcass_N = mkN "carcass" "carcasses";
|
||||
lin carcinogen_N = mkN "carcinogen" ;
|
||||
@@ -16458,7 +16457,8 @@ lin disclose_V = mkV "disclose";
|
||||
lin disclose_V2 = mkV2 (mkV "disclose" "discloses" "disclosed" "disclosed" "disclosing");
|
||||
lin disclose_VS = mkVS (mkV "disclose");
|
||||
lin disclosure_N = mkN "disclosure" "disclosures";
|
||||
lin disco_N = mkN "disco" "discos";
|
||||
lin disco_1_N = mkN "disco" "discos";
|
||||
lin disco_2_N = mkN "disco" "discos";
|
||||
lin discography_N = mkN "discography" ;
|
||||
lin discoid_A = variants {mkA "discoid"; mkA "discoidal"};
|
||||
lin discoloration_N = mkN "discoloration" ;
|
||||
@@ -41898,7 +41898,8 @@ lin pharmacological_A = variants {compoundA (mkA "pharmacological"); compoundA (
|
||||
lin pharmacologist_N = mkN "pharmacologist" "pharmacologists";
|
||||
lin pharmacology_N = mkN "pharmacology" ;
|
||||
lin pharmacopoeia_N = mkN "pharmacopoeia" "pharmacopoeias";
|
||||
lin pharmacy_N = mkN "pharmacy" "pharmacies";
|
||||
lin pharmacy_1_N = mkN "pharmacy" "pharmacies";
|
||||
lin pharmacy_2_N = mkN "pharmacy" "pharmacies";
|
||||
lin pharos_N = mkN "pharos" "IRREG";
|
||||
lin pharyngeal_A = mkA "pharyngeal" ;
|
||||
lin pharyngitis_N = mkN "pharyngitis" ;
|
||||
@@ -54509,7 +54510,8 @@ lin static_A = compoundA (mkA "static");
|
||||
lin static_N = mkN "static" ;
|
||||
lin statically_Adv = mkAdv "statically";
|
||||
lin statics_N = mkN "statics" "statics";
|
||||
lin station_N = mkN "station" "stations";
|
||||
lin station_1_N = mkN "station" "stations";
|
||||
lin station_2_N = mkN "station" "stations";
|
||||
lin station_V2 = mkV2 (mkV "station" "stations" "stationed" "stationed" "stationing");
|
||||
lin station_waggon_N = variants {mkN "station-waggon" "station-waggons"; mkN "station waggon" "station waggons"};
|
||||
lin stationariness_N = mkN "stationariness" ;
|
||||
@@ -64936,7 +64938,7 @@ lin zirconium_N = mkN "zirconium" ;
|
||||
lin zither_N = variants {mkN "zither" "zithers"; mkN "zithern"};
|
||||
lin ziti_N = mkN "ziti" ;
|
||||
lin zizz_N = mkN "zizz" ;
|
||||
lin zloty_N = mkN "zloty" "zlotys";
|
||||
lin zloty_N = mkN "zloty" "zloty";
|
||||
lin zoanthropy_N = mkN "zoanthropy" ;
|
||||
lin zodiac_N = mkN "zodiac" "zodiacs";
|
||||
lin zodiacal_A = mkA "zodiacal" ;
|
||||
|
||||
Reference in New Issue
Block a user