mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -06:00
Sindhi-resource-grammar
This commit is contained in:
19
lib/src/sindhi/ExtraSnd.gf
Normal file
19
lib/src/sindhi/ExtraSnd.gf
Normal file
@@ -0,0 +1,19 @@
|
||||
concrete ExtraSnd of ExtraSndAbs = CatSnd **
|
||||
open ResSnd, Coordination, Prelude, MorphoSnd, ParadigmsSnd in {
|
||||
|
||||
flags coding = utf8;
|
||||
|
||||
lin
|
||||
GenNP np = {s = \\_,_,_ => np.s ! NPC Obl ++ "ڪا" ; a = np.a} ;
|
||||
|
||||
each_Det = mkDet "hر ڪwی" "hر ڪwی" "hر ڪwی" "hر ڪwی" Sg ;
|
||||
have_V = mkV "راڪھنا";
|
||||
IAdvAdv adv = {s = "ڪتنی" ++ adv.s!Masc} ;
|
||||
ICompAP ap = {s = "ڪتنE" ++ ap.s ! Sg ! Masc ! Dir} ;
|
||||
cost_V = mkV "قیمت" ;
|
||||
|
||||
-- added for causitives
|
||||
make_CV = mkVerb "نoتhiنگ" ** {c2 = "" };
|
||||
|
||||
-- for VP conjunction
|
||||
}
|
||||
Reference in New Issue
Block a user