mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-17 23:22:51 -06:00
some fixes in DictEng,Swe when analysing course plans
This commit is contained in:
@@ -11648,6 +11648,7 @@ lin computational_A = compoundA (mkA "computational");
|
||||
lin compute_V = mkV "compute" "computes" "computed" "computed" "computing";
|
||||
lin compute_V2 = mkV2 (mkV "compute" "computes" "computed" "computed" "computing");
|
||||
lin computer_N = mkN "computer" "computers";
|
||||
lin computer_science_N = mkN "computer science";
|
||||
lin computerization_N = mkN (variants {"computerization"; "computerisation"});
|
||||
lin computerize_V2 = mkV2 (mkV "computerize" "computerizes" "computerized" "computerized" "computerizing");
|
||||
lin comrade_N = mkN "comrade" "comrades";
|
||||
@@ -45302,6 +45303,7 @@ lin reluctance_N = mkN "reluctance" ;
|
||||
lin reluctant_A = compoundA (mkA "reluctant");
|
||||
lin reluctivity_N = mkN "reluctivity" ;
|
||||
lin rely_V = mkV "rely" "relies" "relied" "relied" "relying";
|
||||
lin rely_V2 = mkV2 (mkV "rely") on_Prep ;
|
||||
lin rely_on_V2V = mkV2V (mkV "rely" "relies" "relied" "relied" "relying") (mkPrep "on") to_Prep;
|
||||
lin remain_V = mkV "remain";
|
||||
lin remain_V2 = mkV2 (mkV "remain");
|
||||
|
||||
Reference in New Issue
Block a user