forked from GitHub/gf-core
now in the parsing grammar ComplVV gets as additional arguments the polarity and the anteriority
This commit is contained in:
@@ -7,7 +7,7 @@ concrete ParseEngBul of ParseEngAbs =
|
||||
NumeralBul,
|
||||
SymbolBul [PN, Symb, MkSymb, SymbPN],
|
||||
ConjunctionBul,
|
||||
VerbBul - [SlashV2V, PassV2, UseCopula],
|
||||
VerbBul - [SlashV2V, PassV2, UseCopula, ComplVV],
|
||||
AdverbBul,
|
||||
PhraseBul,
|
||||
SentenceBul,
|
||||
@@ -75,6 +75,14 @@ lin
|
||||
daComplex ant.a p.p vp ! Perf ! agr)
|
||||
(slashV vv vv.c2) ;
|
||||
|
||||
ComplVV vv ant p vp =
|
||||
insertObj (\\agr => ant.s ++ p.s ++
|
||||
case vv.typ of {
|
||||
VVInf => daComplex ant.a p.p vp ! Perf ! agr;
|
||||
VVGerund => gerund vp ! Imperf ! agr
|
||||
})
|
||||
(predV vv) ;
|
||||
|
||||
PredVPosv np vp = {
|
||||
s = \\t,a,p,o =>
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user