mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
19 lines
711 B
Plaintext
19 lines
711 B
Plaintext
--concrete ExtraUrd of ExtraUrdAbs = CatUrd **
|
||
-- open ResUrd, Coordination, Prelude, MorphoUrd, ParadigmsUrd in {
|
||
incomplete concrete ExtraHindustani of ExtraHindustaniAbs = CatHindustani **
|
||
open CommonHindustani,Coordination,ResHindustani, ParamX in {
|
||
lin
|
||
GenNP np = {s = \\_,_,_ => np.s ! NPC Obl ++ "كا" ; a = np.a} ;
|
||
|
||
each_Det = mkDet "ہر كوی" "ہر كوی" "ہر كوی" "ہر كوی" Sg ;
|
||
have_V = mkV "راكh-نا";
|
||
IAdvAdv adv = {s = "كتنی" ++ adv.s} ;
|
||
ICompAP ap = {s = "كتنے" ++ ap.s ! Sg ! Masc ! Dir ! Posit} ;
|
||
cost_V = mkV "قیمت" ;
|
||
|
||
-- added for causitives
|
||
make_CV = mkVerb "نoتہiنگ" ** {c2 = "" };
|
||
|
||
-- for VP conjunction
|
||
}
|