forked from GitHub/gf-core
changed whichSg/Pl_IDet to which_IQuant in DictEngAbs and Eng, Fin, Swe, Chi implementations
This commit is contained in:
@@ -97,8 +97,7 @@ lin
|
||||
when_IAdv = S.when_IAdv ; --CHECKED
|
||||
when_Subj = S.when_Subj ; --CHECKED
|
||||
where_IAdv = S.where_IAdv ; --CHECKED
|
||||
whichPl_IDet = S.whichPl_IDet ; --CHECKED
|
||||
whichSg_IDet = S.whichSg_IDet ; --CHECKED
|
||||
which_IQuant = S.which_IQuant ; --CHECKED
|
||||
whoPl_IP = S.whoPl_IP ; --CHECKED
|
||||
whoSg_IP = S.whoSg_IP ; --CHECKED
|
||||
why_IAdv = S.why_IAdv ; --CHECKED
|
||||
@@ -5712,7 +5711,6 @@ antagonize_V2 = mkV2 "对抗" ; -- 3
|
||||
affirm_V2 = mkV2 "肯定" ; -- 3
|
||||
accede_V = mkV "加入" ; -- 3
|
||||
working_class_A = mkA "工人阶级" ; -- 2
|
||||
whichSg_IDet = mkIDet "哪一个" ; -- 2
|
||||
wash_V = mkV "洗" ; -- 2
|
||||
violet_N = mkN "紫色" [] ; -- 2
|
||||
vantage_N = mkN "优势" ; -- 2
|
||||
|
||||
@@ -171,7 +171,7 @@ there7from_Adv = mkAdv "从那里" ; -- from there
|
||||
there7to_Adv = mkAdv "到那里" ;
|
||||
therefore_PConj = ssword "因此" ;
|
||||
through_Prep = mkPrep "通过" ;
|
||||
which_IQuant = mkIQuant "哪" ;
|
||||
which_IQuant = mkIQuant "哪" ; --
|
||||
--which_IQuant = ssword [] ; -- [mark] in sent, it depends on the context
|
||||
without_Prep = mkPrep "没有" [] mannerAdvType ;
|
||||
youPol_Pron = ssword "您" ; -- polite you
|
||||
|
||||
@@ -60981,8 +60981,7 @@ lin whet_V2 = mkV2 (mkV "whet" "whets" "whetted" "whetted" "whetting");
|
||||
lin whether_Prep = mkPrep "whether";
|
||||
lin whetstone_N = mkN "whetstone" "whetstones";
|
||||
lin whey_N = mkN "whey" ;
|
||||
lin whichPl_IDet = mkDeterminer plural "which";
|
||||
lin whichSg_IDet = mkDeterminer singular "which";
|
||||
lin which_IQuant = {s = \\_ => "which"} ;
|
||||
lin whichever_A = compoundA (mkA "whichever");
|
||||
lin whichsoever_A = compoundA (mkA "whichsoever");
|
||||
lin whiff_N = mkN "whiff" "whiffs";
|
||||
|
||||
@@ -60896,8 +60896,7 @@ fun whet_V2 : V2;
|
||||
fun whether_Prep : Prep ;
|
||||
fun whetstone_N : N;
|
||||
fun whey_N : N;
|
||||
fun whichPl_IDet : IDet;
|
||||
fun whichSg_IDet : IDet;
|
||||
fun which_IQuant : IQuant ;
|
||||
fun whichever_A : A;
|
||||
fun whichsoever_A : A;
|
||||
fun whiff_N : N;
|
||||
|
||||
@@ -52198,8 +52198,7 @@ zymotic_A = mkWA "tsymoosiin" "liittyvä" ;
|
||||
when_IAdv = S.when_IAdv ; --CHECKED
|
||||
when_Subj = S.when_Subj ; --CHECKED
|
||||
where_IAdv = S.where_IAdv ; --CHECKED
|
||||
whichPl_IDet = S.whichPl_IDet ; --CHECKED
|
||||
whichSg_IDet = S.whichSg_IDet ; --CHECKED
|
||||
which_IQuant = S.which_IQuant ; -- comment=CHECKED
|
||||
whoPl_IP = S.whoPl_IP ; --CHECKED
|
||||
whoSg_IP = S.whoSg_IP ; --CHECKED
|
||||
why_IAdv = S.why_IAdv ; --CHECKED
|
||||
@@ -54282,7 +54281,6 @@ beside_Prep = mkPrep "vieressä" ; --CHECKED
|
||||
aesthetic_A = mkA "esteettinen" ; --CHECKED
|
||||
|
||||
see_V2V = mkV2V nahda_V (mkPrep genitive) infPresPart ; --CHECKED
|
||||
whichSg_IDet = {s = S.mikaInt ! Sg ; n = Sg ; isNum = False} ; --CHECKED ---- why needed?
|
||||
|
||||
-- whole Penn: down to 100 occurrences checked
|
||||
|
||||
|
||||
@@ -23973,8 +23973,7 @@ lin whet_V2 = mkV2 (slipa_vb_1_V) | mkV2 (mkV "skärpa") | mkV2 (fila_vb_1_V) ;
|
||||
lin whether_Prep = mkPrep "huruvida" ; --
|
||||
lin whetstone_N = bryne_nn_1_N ; -- comment=2
|
||||
lin whey_N = vassle_nn_1_N | vassla_nn_1_N ; -- status=guess status=guess
|
||||
lin whichPl_IDet = S.whichPl_IDet ; -- comment=CHECKED
|
||||
lin whichSg_IDet = S.whichSg_IDet ; -- comment=CHECKED
|
||||
lin which_IQuant = S.which_IQuant ; -- comment=CHECKED
|
||||
lin while_N = stund_nn_1_N ; -- comment=2
|
||||
lin whim_N = ryck_nn_2_N ; -- comment=4
|
||||
lin whimper_N = gny_nn_1_N ; -- comment=1
|
||||
|
||||
Reference in New Issue
Block a user