forked from GitHub/gf-core
bugfix for composite adjectivial phrases in Bulgarian
This commit is contained in:
@@ -37,7 +37,7 @@ concrete AdjectiveBul of Adjective = CatBul ** open ResBul, Prelude in {
|
|||||||
ComplA2 a np = {
|
ComplA2 a np = {
|
||||||
s = \\aform => a.s ! aform ++ a.c2 ++ np.s ! RObj Acc ;
|
s = \\aform => a.s ! aform ++ a.c2 ++ np.s ! RObj Acc ;
|
||||||
adv = a.adv ++ a.c2 ++ np.s ! RObj Acc ;
|
adv = a.adv ++ a.c2 ++ np.s ! RObj Acc ;
|
||||||
isPre = True
|
isPre = False
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
ReflA2 a = {
|
ReflA2 a = {
|
||||||
|
|||||||
Reference in New Issue
Block a user