1
0
forked from GitHub/gf-core

add ApposNP and UncNeg to the Bulgarian parsing grammar

This commit is contained in:
kr.angelov
2012-09-27 09:31:37 +00:00
parent 933bdda844
commit 25e9f28fa4

View File

@@ -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} ;
}