mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-16 14:42:50 -06:00
use SOFT_BIND in the Bulgarian and Swedish grammars
This commit is contained in:
@@ -25,5 +25,5 @@ concrete PhraseBul of Phrase = CatBul ** open Prelude, ResBul in {
|
||||
PConjConj conj = {s = conj.s ++ linCoord!conj.conj} ;
|
||||
|
||||
NoVoc = {s = []} ;
|
||||
VocNP np = {s = "," ++ np.s ! RVoc} ;
|
||||
VocNP np = {s = comma ++ np.s ! RVoc} ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user