diff --git a/lib/src/bulgarian/ParseEngBul.gf b/lib/src/bulgarian/ParseEngBul.gf index 23eab38b4..0b4981d07 100644 --- a/lib/src/bulgarian/ParseEngBul.gf +++ b/lib/src/bulgarian/ParseEngBul.gf @@ -107,4 +107,11 @@ lin ++ daComplex Simul Pos vp ! Perf ! a) (predV verbBe) ; + ApposNP np1 np2 = { + s = \\role => np1.s ! role ++ "," ++ np2.s ! RSubj ; + a = np1.a + } ; + + UncNeg = {s = ""; p = Neg} ; + }