diff options
Diffstat (limited to 'next-lib/src/parsing/ParseEngAbs.gf')
| -rw-r--r-- | next-lib/src/parsing/ParseEngAbs.gf | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/next-lib/src/parsing/ParseEngAbs.gf b/next-lib/src/parsing/ParseEngAbs.gf index e399c69ef..5ac51a5cc 100644 --- a/next-lib/src/parsing/ParseEngAbs.gf +++ b/next-lib/src/parsing/ParseEngAbs.gf @@ -4,7 +4,17 @@ abstract ParseEngAbs = -- Don't include the uncontracted clauses. Instead -- use them as variants of the contracted ones. UncNegCl, UncNegQCl, UncNegRCl, UncNegImpSg, UncNegImpPl - ] + ], + + Lexicon [N3, distance_N3, + VQ, wonder_VQ, + V2A, paint_V2A, + V2Q, ask_V2Q, + V2V, beg_V2V, + V2S, answer_V2S, + VA, become_VA], + BigLexEngAbs + ** { -- Syntactic additions |
