From 25e9f28fa42d64032a0f52ed17b6044ef12dfa25 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 27 Sep 2012 09:31:37 +0000 Subject: [PATCH] add ApposNP and UncNeg to the Bulgarian parsing grammar --- lib/src/bulgarian/ParseEngBul.gf | 7 +++++++ 1 file changed, 7 insertions(+) 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} ; + }