forked from GitHub/gf-core
use SOFT_BIND in the Bulgarian and Swedish grammars
This commit is contained in:
@@ -62,7 +62,7 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in {
|
||||
} ;
|
||||
|
||||
ExtAdvNP np adv = {
|
||||
s = \\c => np.s ! c ++ "," ++ adv.s ;
|
||||
s = \\c => np.s ! c ++ comma ++ adv.s ;
|
||||
a = np.a
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user