mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -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,
|
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user