using simple SC in Bulgarian too

This commit is contained in:
krangelov
2019-09-03 20:53:44 +02:00
parent 8e70523718
commit 55ce676bc6
4 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in {
g = cn.g
} ;
SentCN cn sc = {s = \\nf => cn.s ! nf ++ sc.s ! agrP3 (gennum cn.g (numNForm nf)); g=cn.g} ;
SentCN cn sc = {s = \\nf => cn.s ! nf ++ sc.s; g=cn.g} ;
ApposCN cn np = {s = \\nf => cn.s ! nf ++ np.s ! RSubj; g=cn.g} ;