use SOFT_BIND in the Bulgarian and Swedish grammars

This commit is contained in:
kr.angelov
2013-11-12 10:18:35 +00:00
parent ab8f847f76
commit 1f09bd7f23
11 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -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
} ;