mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
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