From fa9c3ac4b55ec07f49108fe99c274db670927732 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Wed, 14 Aug 2019 11:16:22 +0200 Subject: [PATCH] (Som) PossNP: if possessor is a pronoun, use long form of pronoun --- src/somali/NounSom.gf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/somali/NounSom.gf b/src/somali/NounSom.gf index 051308f33..30fb8e6e7 100644 --- a/src/somali/NounSom.gf +++ b/src/somali/NounSom.gf @@ -263,7 +263,9 @@ concrete NounSom of Noun = CatSom ** open ResSom, Prelude in { --2 Possessive and partitive constructs -- : 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 PartNP cn np = cn ** { } ;