1
0
forked from GitHub/gf-core

fix ExistNP in Bulgarian with double negation

This commit is contained in:
kr.angelov
2013-12-11 17:05:21 +00:00
parent 51a6f31b7e
commit 5a62a3739f

View File

@@ -17,7 +17,7 @@ concrete IdiomBul of Idiom = CatBul ** open Prelude, ParadigmsBul, ResBul in {
ExistNP np =
{ s = \\t,a,p,o =>
let verb = case p of {
let verb = case orPol p np.p of {
Pos => mkV186 "èìàì" ;
Neg => mkV186 "íÿìàì"
} ;