diff options
| author | bjorn <bjorn@bringert.net> | 2008-11-03 13:00:35 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-11-03 13:00:35 +0000 |
| commit | 770135af5f096ad5ede0ae3a96a221df7fa90fff (patch) | |
| tree | eb86ef0832db5c4c55bd532d2c36a8ecca390eea /next-lib/src/parse/ParseEngAbs.gf | |
| parent | dfd2adad09009a977d1ad69fddc2c6fe042e3a3e (diff) | |
ParseEng: more liberal IdRP
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, |
