forked from GitHub/gf-core
fix ExistNP in Bulgarian with double negation
This commit is contained in:
@@ -17,7 +17,7 @@ concrete IdiomBul of Idiom = CatBul ** open Prelude, ParadigmsBul, ResBul in {
|
|||||||
|
|
||||||
ExistNP np =
|
ExistNP np =
|
||||||
{ s = \\t,a,p,o =>
|
{ s = \\t,a,p,o =>
|
||||||
let verb = case p of {
|
let verb = case orPol p np.p of {
|
||||||
Pos => mkV186 "èìàì" ;
|
Pos => mkV186 "èìàì" ;
|
||||||
Neg => mkV186 "íÿìàì"
|
Neg => mkV186 "íÿìàì"
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user