mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
Sindhi-resource-grammar
This commit is contained in:
20
lib/src/sindhi/AdverbSnd.gf
Normal file
20
lib/src/sindhi/AdverbSnd.gf
Normal file
@@ -0,0 +1,20 @@
|
||||
concrete AdverbSnd of Adverb = CatSnd ** open ResSnd, Prelude in {
|
||||
|
||||
flags coding = utf8;
|
||||
lin
|
||||
PositAdvAdj a = {s = \\g => a.s ! Sg ! g ! Obl } ;
|
||||
ComparAdvAdj cadv a np = {
|
||||
s = \\g => np.s ! NPObj ++ cadv.p ++ cadv.s ++ a.s ! Sg ! g ! Obl ;
|
||||
} ;
|
||||
ComparAdvAdjS cadv a s = {
|
||||
s = \\g => cadv.p ++ cadv.s ++ a.s ! Sg ! g ! Obl ++ s.s;
|
||||
} ;
|
||||
|
||||
PrepNP prep np = {s = \\_ => np.s ! NPObj ++ prep.s } ;
|
||||
|
||||
AdAdv ada adv = { s = \\g => ada.s ++ adv.s ! g} ;
|
||||
|
||||
SubjS sub snt = {s = \\_ => sub.s ++ snt.s } ;
|
||||
AdnCAdv cadv = {s = "سان گڏ " ++ cadv.s} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user