mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
fixes in Slo demonstrative forms
This commit is contained in:
@@ -832,7 +832,8 @@ oper
|
|||||||
in {
|
in {
|
||||||
s = \\g,n,c => case <g,n,c> of {
|
s = \\g,n,c => case <g,n,c> of {
|
||||||
<_,Pl,Dat> => dem.pdat ;
|
<_,Pl,Dat> => dem.pdat ;
|
||||||
<Masc _ | Fem, Pl, Acc> => dem.fpnom ;
|
<Masc Anim, Pl, Acc> => dem.pgen ;
|
||||||
|
<Masc Inanim | Fem | Neutr, Pl, Nom|Acc> => dem.fpnom ;
|
||||||
_ => adjAdj.s ! g ! n ! c
|
_ => adjAdj.s ! g ! n ! c
|
||||||
} + s
|
} + s
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ lin
|
|||||||
--- somePl_Det = {s = \\g,c => (demPronFormsAdjective (mkDemPronForms "niekoľko") "").s ! g ! Pl ! c ; size = Num5} ;
|
--- somePl_Det = {s = \\g,c => (demPronFormsAdjective (mkDemPronForms "niekoľko") "").s ! g ! Pl ! c ; size = Num5} ;
|
||||||
something_NP = {s,clit,prep = \\c => "nie" + coForms ! c ; a = Ag Neutr Sg P3 ; hasClit = False} ; -- CEG 5.6.3
|
something_NP = {s,clit,prep = \\c => "nie" + coForms ! c ; a = Ag Neutr Sg P3 ; hasClit = False} ; -- CEG 5.6.3
|
||||||
possess_Prep = mkPrep "" Gen ;
|
possess_Prep = mkPrep "" Gen ;
|
||||||
that_Quant = demPronFormsAdjective (tenDemPronForms "tam") "" ;
|
that_Quant = demPronFormsAdjective (tenDemPronForms "") "" ;
|
||||||
this_Quant = demPronFormsAdjective (tenDemPronForms "" ** {msgen = "toho"}) "" ;
|
this_Quant = demPronFormsAdjective (tenDemPronForms "" ** {msgen = "toh"}) "to" ;
|
||||||
to_Prep = mkPrep "do" Gen ;
|
to_Prep = mkPrep "do" Gen ;
|
||||||
with_Prep = mkPrep (pre {"s" => "so" ; _ => "s"}) Ins ;
|
with_Prep = mkPrep (pre {"s" => "so" ; _ => "s"}) Ins ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user