1
0
forked from GitHub/gf-rgl

(Pes) cmpdN: modifier always singular

This commit is contained in:
Inari Listenmaa
2019-03-22 14:33:41 +01:00
parent f17d1f3e48
commit 7ea508eef7

View File

@@ -58,7 +58,7 @@ oper
= mkCmpdNoun2 ; -- e.g. مأمور پلیس '/officer/ police'.
cmpdN : N -> N -> N -- Compound noun with ezafe (Nی N)
= \n1,n2 -> n1 ** {
s = \\n,m => n1.s ! n ! Ezafe ++ n2.s ! n ! m ;
s = \\n,m => n1.s ! n ! Ezafe ++ n2.s ! Sg ! m ;
isCmpd = IsCmpd} ;
} ;