(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'. = mkCmpdNoun2 ; -- e.g. مأمور پلیس '/officer/ police'.
cmpdN : N -> N -> N -- Compound noun with ezafe (Nی N) cmpdN : N -> N -> N -- Compound noun with ezafe (Nی N)
= \n1,n2 -> n1 ** { = \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} ; isCmpd = IsCmpd} ;
} ; } ;
@@ -214,9 +214,9 @@ oper
= \vvf,s -> lin Subj {s=s ; compl=vvf} = \vvf,s -> lin Subj {s=s ; compl=vvf}
} ; } ;
mkInterj : Str -> Interj mkInterj : Str -> Interj
= \s -> lin Interj {s=s} ; = \s -> lin Interj {s=s} ;
--. --.
--2 Definitions of paradigms --2 Definitions of paradigms