forked from GitHub/gf-rgl
Punjabi resource by Shafqat and Humayoun.
This commit is contained in:
21
src/punjabi/AdverbPnb.gf
Normal file
21
src/punjabi/AdverbPnb.gf
Normal file
@@ -0,0 +1,21 @@
|
||||
concrete AdverbPnb of Adverb = CatPnb ** open ResPnb, 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 = cc2 ;
|
||||
SubjS sub snt = {s = \\_ => sub.s ++ snt.s } ;
|
||||
AdnCAdv cadv = {s = "نالوں" ++ cadv.s} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user