diff options
Diffstat (limited to 'next-lib/src/parse/ParseEngAbs.gf')
| -rw-r--r-- | next-lib/src/parse/ParseEngAbs.gf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/next-lib/src/parse/ParseEngAbs.gf b/next-lib/src/parse/ParseEngAbs.gf index 5ac51a5cc..1cd65ea62 100644 --- a/next-lib/src/parse/ParseEngAbs.gf +++ b/next-lib/src/parse/ParseEngAbs.gf @@ -1,9 +1,9 @@ abstract ParseEngAbs = Parse, ExtraEngAbs - [ - -- Don't include the uncontracted clauses. Instead - -- use them as variants of the contracted ones. - UncNegCl, UncNegQCl, UncNegRCl, UncNegImpSg, UncNegImpPl + UncNegCl, UncNegQCl, UncNegRCl, UncNegImpSg, UncNegImpPl, + StrandRelSlash, + that_RP ], Lexicon [N3, distance_N3, |
