From f8689eea04e48866b3a0142267c25991a45aac21 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Wed, 20 Feb 2019 17:39:41 +0100 Subject: [PATCH] (Pes) Fix also ExtraPes --- src/persian/ExtraPes.gf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/persian/ExtraPes.gf b/src/persian/ExtraPes.gf index dd45ba6b..6d8e6634 100644 --- a/src/persian/ExtraPes.gf +++ b/src/persian/ExtraPes.gf @@ -1,19 +1,19 @@ -concrete ExtraPes of ExtraPesAbs = CatPes ** +concrete ExtraPes of ExtraPesAbs = CatPes ** open ResPes, Coordination, Prelude, MorphoPes, ParadigmsPes in { flags coding = utf8; lin - GenNP np = {s = \\_ => np.s ! Ezafe ; a = np.a ; mod = True} ; -- changed from mod=False for Phrasebook + GenNP np = {s = \\_ => np.s ! Ezafe ; a = np.a ; mod = Ezafe} ; -- changed from mod=False for Phrasebook -- each_Det = mkDet "هر کwی" "هر کwی" "هر کwی" "هر کwی" Sg ; -- have_V = mkV "رکh-ن"; IAdvAdv adv = {s = "تا چه" ++ adv.s} ; -- ICompAP ap = {s = "کتنE" ++ ap.s ! Sg ! Masc ! Dir ! Posit} ; -- cost_V = mkV "قیمت" ; - + -- added for causitives -- make_CV = mkVerb "نْتهنگ" ** {c2 = "" }; -- for VP conjunction -} +}