forked from GitHub/gf-core
implementation of few more functions in ParseHin,Urd and new entries in DictUrd2
This commit is contained in:
@@ -2,6 +2,7 @@ incomplete concrete AdverbHindustani of Adverb = CatHindustani ** open CommonHin
|
||||
|
||||
lin
|
||||
PositAdvAdj a = {s = \\g => a.s ! Sg ! g ! Obl ! Posit} ;
|
||||
PositAdAAdj a = {s = a.s ! Sg ! Masc ! Obl ! Posit} ;
|
||||
ComparAdvAdj cadv a np = {
|
||||
s = \\g => np.s ! NPObj ++ cadv.p ++ cadv.s ++ a.s ! Sg ! g ! Obl ! Posit;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user