mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
(Som) PossNP: if possessor is a pronoun, use long form of pronoun
This commit is contained in:
@@ -263,7 +263,9 @@ concrete NounSom of Noun = CatSom ** open ResSom, Prelude in {
|
|||||||
--2 Possessive and partitive constructs
|
--2 Possessive and partitive constructs
|
||||||
|
|
||||||
-- : PossNP : CN -> NP -> CN ;
|
-- : PossNP : CN -> NP -> CN ;
|
||||||
PossNP cn np = cn ** {mod = \\n,c => cn.mod ! n ! c ++ np.s ! Abs} ; -- guriga Axmed, not Axmed gurigiisa
|
PossNP cn np = cn ** { -- guriga Axmed, not Axmed gurigiisa
|
||||||
|
mod = \\st,n,c => cn.mod ! st ! n ! c ++ objpron np ! Abs
|
||||||
|
} ;
|
||||||
{-
|
{-
|
||||||
-- : CN -> NP -> CN ; -- glass of wine / two kilos of red apples
|
-- : CN -> NP -> CN ; -- glass of wine / two kilos of red apples
|
||||||
PartNP cn np = cn ** { } ;
|
PartNP cn np = cn ** { } ;
|
||||||
|
|||||||
Reference in New Issue
Block a user