diff --git a/src/persian/ExtraPes.gf b/src/persian/ExtraPes.gf index 6d8e6634..9a348e22 100644 --- a/src/persian/ExtraPes.gf +++ b/src/persian/ExtraPes.gf @@ -1,19 +1,10 @@ concrete ExtraPes of ExtraPesAbs = CatPes ** - open ResPes, Coordination, Prelude, MorphoPes, ParadigmsPes in { + open ResPes, ExtendPes, Coordination, Prelude, MorphoPes, ParadigmsPes in { flags coding = utf8; lin - GenNP np = {s = \\_ => np.s ! Ezafe ; a = np.a ; mod = Ezafe} ; -- changed from mod=False for Phrasebook + GenNP = ExtendPes.GenNP ; --- 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 }