1
0
forked from GitHub/gf-core

bugfix for composite adjectivial phrases in Bulgarian

This commit is contained in:
kr.angelov
2012-11-28 12:37:24 +00:00
parent f7b91b46dd
commit 0d35636348

View File

@@ -37,7 +37,7 @@ concrete AdjectiveBul of Adjective = CatBul ** open ResBul, Prelude in {
ComplA2 a np = {
s = \\aform => a.s ! aform ++ a.c2 ++ np.s ! RObj Acc ;
adv = a.adv ++ a.c2 ++ np.s ! RObj Acc ;
isPre = True
isPre = False
} ;
ReflA2 a = {