mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
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
|
||||
|
||||
Reference in New Issue
Block a user