mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
clean up in the dictionaries
This commit is contained in:
@@ -13365,7 +13365,6 @@ lin cough_N = mkN "cough" "coughs";
|
||||
lin cough_V = mkV "cough" "coughs" "coughed" "coughed" "coughing";
|
||||
--subcat lin cough_V2 = mkV2 (mkV "cough" "coughs" "coughed" "coughed" "coughing");
|
||||
lin cough_up_V2 = mkV2 (partV (mkV "cough") "up");
|
||||
lin could_N = mkN "could" ;
|
||||
lin coulisse_N = mkN "coulisse" ;
|
||||
lin coulomb_N = mkN "coulomb" ;
|
||||
lin coulter_N = mkN "coulter" "coulters";
|
||||
@@ -20276,7 +20275,6 @@ lin expectable_A = mkA "expectable" ;
|
||||
lin expectancy_N = mkN "expectancy" "expectancies";
|
||||
lin expectant_A = compoundA (mkA "expectant");
|
||||
lin expectation_N = mkN "expectation" "expectations";
|
||||
lin expectations_N = mkN "expectations" ;
|
||||
lin expected_A = mkA "expected" ;
|
||||
lin expectedness_N = mkN "expectedness" ;
|
||||
lin expectorant_N = mkN "expectorant" "expectorants";
|
||||
@@ -38000,7 +37998,6 @@ lin newtonian_A = compoundA (mkA "newtonian");
|
||||
lin newtonian_N = mkN "newtonian" "newtonians";
|
||||
lin newtown_PN = mkPN "Newtown";
|
||||
lin next_A = irregAdv (compoundA (mkA "next")) "next";
|
||||
lin next_N = mkN "next" "next";
|
||||
lin next_Prep = mkPrep "next";
|
||||
lin next_to_Prep = mkPrep "next to";
|
||||
lin nexus_N = mkN "nexus" "nexuses";
|
||||
@@ -62117,7 +62114,6 @@ lin untidy_A = mkA "untidy" "untidier";
|
||||
lin untie_V = mkV "untie" "IRREG" "IRREG" "IRREG" "IRREG";
|
||||
lin untie_V2 = mkV2 (mkV "untie" "IRREG" "IRREG" "IRREG" "IRREG");
|
||||
lin untied_A = mkA "untied" ;
|
||||
lin until_Adv = mkAdv "until" ;
|
||||
lin until_Prep = mkPrep "until" | mkPrep "till" | mkPrep "til" | mkPrep "'til" ;
|
||||
lin until_Subj = mkSubj "until" ;
|
||||
lin untilled_A = mkA "untilled" ;
|
||||
@@ -64255,7 +64251,6 @@ lin when_Subj = mkSubj "when";
|
||||
lin whence_Adv = mkAdv "whence";
|
||||
lin whencesoever_A = compoundA (mkA "whencesoever");
|
||||
lin whenever_Adv = mkAdv "whenever";
|
||||
lin where_Adv = mkAdv "where" ;
|
||||
lin where_IAdv = {s="where"};
|
||||
lin where_Subj = mkSubj "where";
|
||||
lin where_as_Prep = mkPrep "where as";
|
||||
@@ -65005,7 +65000,6 @@ lin worshipful_A = compoundA (mkA "worshipful");
|
||||
lin worshipper_N = mkN human (mkN "worshipper" "worshippers");
|
||||
lin worst_A = mkA "worst" ;
|
||||
lin worst_Adv = mkAdv "worst";
|
||||
lin worst_N = mkN "worst" ;
|
||||
lin worst_V2 = mkV2 (mkV "worst" "worsts" "worsted" "worsted" "worsting");
|
||||
lin worsted_N = mkN "worsted" ;
|
||||
lin wort_N = mkN "wort" ;
|
||||
@@ -65020,7 +65014,6 @@ lin worthwhile_A = compoundA (mkA "worthwhile");
|
||||
lin worthwhileness_N = mkN "worthwhileness" ;
|
||||
lin worthy_A = mkA "worthy" "worthier";
|
||||
lin worthy_N = mkN "worthy" "worthies";
|
||||
lin would_N = mkN "would" ;
|
||||
lin would_be_A = compoundA (mkA "would-be");
|
||||
lin wound_N = mkN "wound" "wounds";
|
||||
lin wound_V2 = mkV2 (mkV "wound" "wounds" "wounded" "wounded" "wounding");
|
||||
|
||||
Reference in New Issue
Block a user