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
@@ -40,7 +40,7 @@ concrete AdjectiveBul of Adjective = CatBul ** open ResBul, Prelude in {
} ;
SentAP ap sc = {
s = \\a,p => ap.s ! a ! p ++ sc.s ! {gn=aform2gennum a; p=p} ;
s = \\a,p => ap.s ! a ! p ++ sc.s ;
isPre = False
} ;