forked from GitHub/gf-core
Hindi and Urdu as refactored to Hindustani by Shafqat
This commit is contained in:
20
lib/src/hindustani/AdverbHindustani.gf
Normal file
20
lib/src/hindustani/AdverbHindustani.gf
Normal file
@@ -0,0 +1,20 @@
|
||||
incomplete concrete AdverbHindustani of Adverb = CatHindustani ** open CommonHindustani, ResHindustani, StringsHindustani, Prelude in {
|
||||
|
||||
lin
|
||||
PositAdvAdj a = {s = \\g => a.s ! Sg ! g ! Obl ! Posit} ;
|
||||
ComparAdvAdj cadv a np = {
|
||||
s = \\g => np.s ! NPObj ++ cadv.p ++ cadv.s ++ a.s ! Sg ! g ! Obl ! Posit;
|
||||
} ;
|
||||
ComparAdvAdjS cadv a s = {
|
||||
s = \\g => cadv.p ++ cadv.s ++ a.s ! Sg ! g ! Obl ! Posit ++ s.s;
|
||||
} ;
|
||||
|
||||
PrepNP prep np = {s = \\g => np.s ! NPObj ++ prep.s ! g } ;
|
||||
|
||||
AdAdv ada adv = { s = \\g => ada.s ++ adv.s ! g} ;
|
||||
|
||||
SubjS sub s = {s = \\_ => sub.s ++ s.s } ;
|
||||
|
||||
AdnCAdv cadv = {s = sE ++ cadv.s ; p = True} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user