forked from GitHub/gf-core
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