mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-14 21:52:51 -06:00
add ApposNP and UncNeg to the Bulgarian parsing grammar
This commit is contained in:
@@ -107,4 +107,11 @@ lin
|
|||||||
++ daComplex Simul Pos vp ! Perf ! a)
|
++ daComplex Simul Pos vp ! Perf ! a)
|
||||||
(predV verbBe) ;
|
(predV verbBe) ;
|
||||||
|
|
||||||
|
ApposNP np1 np2 = {
|
||||||
|
s = \\role => np1.s ! role ++ "," ++ np2.s ! RSubj ;
|
||||||
|
a = np1.a
|
||||||
|
} ;
|
||||||
|
|
||||||
|
UncNeg = {s = ""; p = Neg} ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user