mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 17:22:51 -06:00
unicode4k-changed
This commit is contained in:
@@ -4,28 +4,46 @@ concrete ExtraUrd of ExtraUrdAbs = CatUrd **
|
||||
flags coding = utf8 ;
|
||||
|
||||
lin
|
||||
-- GenNP np = {s = \\_,_,_ => np.s ! NPC Obl ++ "كا" ; a = np.a} ;
|
||||
-- GenNP np = {s = \\_,_,_ => np.s ! NPC Obl ++ "کا" ; a = np.a} ;
|
||||
GenNP np = {s = \\n,g,c =>
|
||||
case <n,g,c> of {
|
||||
<Sg,Masc,Obl> => np.s ! NPC Obl ++ "كے" ;
|
||||
<Sg,Masc,_> => np.s ! NPC Obl ++ "كا" ;
|
||||
<Pl,Masc,_> => np.s ! NPC Obl ++ "كے" ;
|
||||
<_,Fem,_> => np.s ! NPC Obl ++ "كی"
|
||||
<Sg,Masc,Obl> => np.s ! NPC Obl ++ "کے" ;
|
||||
<Sg,Masc,_> => np.s ! NPC Obl ++ "کا" ;
|
||||
<Pl,Masc,_> => np.s ! NPC Obl ++ "کے" ;
|
||||
<_,Fem,_> => np.s ! NPC Obl ++ "کی"
|
||||
};
|
||||
|
||||
a = np.a} ;
|
||||
|
||||
each_Det = mkDet "ہر كوی" "ہر كوی" "ہر كوی" "ہر كوی" Sg ;
|
||||
have_V = mkV "راكھنا";
|
||||
IAdvAdv adv = {s = "كتنی" ++ adv.s ! Masc} ;
|
||||
ICompAP ap = {s = "كتنے" ++ ap.s ! Sg ! Masc ! Dir ! Posit} ;
|
||||
each_Det = mkDet "ہر کوی" "ہر کوی" "ہر کوی" "ہر کوی" Sg ;
|
||||
have_V = mkV "راکھنا";
|
||||
IAdvAdv adv = {s = "کتنی" ++ adv.s ! Masc} ;
|
||||
ICompAP ap = {s = "کتنے" ++ ap.s ! Sg ! Masc ! Dir ! Posit} ;
|
||||
cost_V = mkV "قیمت" ;
|
||||
|
||||
-- added for causitives
|
||||
make_CV = mkVerb "نoتہiنگ" ** {c2 = "" };
|
||||
PassVPSlash vps = vps ;
|
||||
|
||||
UncNeg = {s = [] ; p = Neg} ;
|
||||
|
||||
-- for VP conjunction
|
||||
}
|
||||
|
||||
PassVPSlash vps = vps ;
|
||||
{-
|
||||
--{
|
||||
-- let
|
||||
-- be = predAux auxBe
|
||||
-- in {
|
||||
-- s = be.s ;
|
||||
s = vps.s ;
|
||||
obj = vps.obj ;
|
||||
subj = vps.c2.c ;
|
||||
inf = vps.inf;
|
||||
ad = vps.ad;
|
||||
embComp = vps.embComp;
|
||||
prog = vps.prog ;
|
||||
comp = vps.comp ;
|
||||
cvp = vps.cvp
|
||||
-- } ;
|
||||
|
||||
--};
|
||||
-}
|
||||
}
|
||||
Reference in New Issue
Block a user