1
0
forked from GitHub/gf-rgl

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 c4975dc8a2
commit c51918f65e

View File

@@ -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,