the ParseFin grammar now excludes ComplVV from VerbFin since this function has a more general type in the parsing grammar

This commit is contained in:
kr.angelov
2013-03-19 10:49:13 +00:00
parent ed8611c94b
commit 8041999405

View File

@@ -8,7 +8,7 @@ concrete ParseFin of ParseEngAbs =
NumeralFin, NumeralFin,
SymbolFin [PN, Symb, MkSymb, SymbPN], SymbolFin [PN, Symb, MkSymb, SymbPN],
ConjunctionFin, ConjunctionFin,
VerbFin - [SlashV2V, PassV2, UseCopula], VerbFin - [SlashV2V, PassV2, UseCopula, ComplVV],
AdverbFin, AdverbFin,
PhraseFin, PhraseFin,
SentenceFin, SentenceFin,