mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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:
@@ -8,7 +8,7 @@ concrete ParseFin of ParseEngAbs =
|
||||
NumeralFin,
|
||||
SymbolFin [PN, Symb, MkSymb, SymbPN],
|
||||
ConjunctionFin,
|
||||
VerbFin - [SlashV2V, PassV2, UseCopula],
|
||||
VerbFin - [SlashV2V, PassV2, UseCopula, ComplVV],
|
||||
AdverbFin,
|
||||
PhraseFin,
|
||||
SentenceFin,
|
||||
|
||||
Reference in New Issue
Block a user