mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-15 22:22:51 -06:00
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 ParseEng of ParseEngAbs =
|
||||
NumeralEng,
|
||||
SymbolEng [PN, Symb, MkSymb, SymbPN],
|
||||
ConjunctionEng,
|
||||
VerbEng - [SlashV2V, PassV2, UseCopula],
|
||||
VerbEng - [SlashV2V, PassV2, UseCopula, ComplVV],
|
||||
AdverbEng,
|
||||
PhraseEng,
|
||||
SentenceEng,
|
||||
@@ -74,6 +74,9 @@ lin
|
||||
v.c3 ++
|
||||
vpi.s ! VVAux ! a)
|
||||
(predVc v) ;
|
||||
ComplVV v a p vp = insertObj (\\agr => a.s ++ p.s ++
|
||||
infVP v.typ vp a.a p.p agr)
|
||||
(predVV v) ;
|
||||
|
||||
PredVPosv np vp = {
|
||||
s = \\t,a,b,o =>
|
||||
|
||||
Reference in New Issue
Block a user