forked from GitHub/gf-core
add adverbial form to each adjective in bulgarian-1.4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
concrete AdverbBul of Adverb = CatBul ** open ResBul, Prelude in {
|
||||
lin
|
||||
PositAdvAdj a = {s = a.s ! ASg Neut Indef} ;
|
||||
PositAdvAdj a = {s = a.adv} ;
|
||||
ComparAdvAdj cadv a np = {
|
||||
s = cadv.s ++ "ïî" ++ "-" ++ a.s ! ASg Neut Indef ++ "îò" ++ np.s ! RObj Acc
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user