mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Pes) Remove duplicate and commented out code in ExtraPes
This commit is contained in:
@@ -1,19 +1,10 @@
|
|||||||
concrete ExtraPes of ExtraPesAbs = CatPes **
|
concrete ExtraPes of ExtraPesAbs = CatPes **
|
||||||
open ResPes, Coordination, Prelude, MorphoPes, ParadigmsPes in {
|
open ResPes, ExtendPes, Coordination, Prelude, MorphoPes, ParadigmsPes in {
|
||||||
|
|
||||||
flags coding = utf8;
|
flags coding = utf8;
|
||||||
|
|
||||||
lin
|
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} ;
|
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
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user