mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -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");
|
||||
|
||||
@@ -11629,6 +11629,7 @@ fun computational_A : A;
|
||||
fun compute_V : V;
|
||||
fun compute_V2 : V2;
|
||||
fun computer_N : N;
|
||||
fun computer_science_N : N;
|
||||
fun computerization_N : N;
|
||||
fun computerize_V2 : V2;
|
||||
fun comrade_N : N;
|
||||
@@ -45238,6 +45239,7 @@ fun reluctance_N : N;
|
||||
fun reluctant_A : A;
|
||||
fun reluctivity_N : N;
|
||||
fun rely_V : V;
|
||||
fun rely_V2 : V2;
|
||||
fun rely_on_V2V : V2V;
|
||||
fun remain_V : V;
|
||||
fun remain_V2 : V2;
|
||||
|
||||
Reference in New Issue
Block a user