mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 03:28:34 -06:00
Made adjustments to thisQuant and That_Quant
This commit is contained in:
@@ -135,8 +135,8 @@ here_Adv = {s = "hanu"; agr = AgrNo};
|
||||
-}
|
||||
that_Quant = {s=[]; s2 = mkThat; doesAgree = True}; --: Quant ;
|
||||
this_Quant = {s=[]; s2 = mkThis; doesAgree = True}; --: Quant ;
|
||||
these_Quant = {s =[]; s2 = mkThese; doesAgree = True};
|
||||
those_Quant = {s =[]; s2 = mkThose; doesAgree = True};
|
||||
--these_Quant = {s =[]; s2 = mkThese; doesAgree = True};
|
||||
--those_Quant = {s =[]; s2 = mkThose; doesAgree = True};
|
||||
no_Quant = {s ="tihariho"; s2 =\\_=> []; doesAgree = False};--: Quant ;
|
||||
{-End of Quantifiers-}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user