From 7ea508eef74a62b1552ec6b0aef77c59533750fb Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Fri, 22 Mar 2019 14:33:41 +0100 Subject: [PATCH] (Pes) cmpdN: modifier always singular --- src/persian/ParadigmsPes.gf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/persian/ParadigmsPes.gf b/src/persian/ParadigmsPes.gf index ee7a8df0c..75531d9ad 100644 --- a/src/persian/ParadigmsPes.gf +++ b/src/persian/ParadigmsPes.gf @@ -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} ; } ; @@ -214,9 +214,9 @@ oper = \vvf,s -> lin Subj {s=s ; compl=vvf} } ; - mkInterj : Str -> Interj + mkInterj : Str -> Interj = \s -> lin Interj {s=s} ; - + --. --2 Definitions of paradigms