1
0
forked from GitHub/gf-rgl

use SOFT_BIND in front of comma

This commit is contained in:
Krasimir Angelov
2023-10-10 09:32:56 +02:00
parent ca7d7d8fde
commit e22bb13eda
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,6 +26,6 @@ incomplete concrete PhraseRomance of Phrase =
PConjConj conj = {s = conj.s2} ;
NoVoc = {s = []} ;
VocNP np = {s = "," ++ (np.s ! Nom).ton} ;
VocNP np = {s = SOFT_BIND ++ "," ++ (np.s ! Nom).ton} ;
}