diff options
| author | bjorn <bjorn@bringert.net> | 2008-10-31 10:58:21 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-10-31 10:58:21 +0000 |
| commit | 5f59b091a0726086dd9b74e671a4d2acc4213abf (patch) | |
| tree | 83cbd15a8f70866da33fba807b3b6dba91588359 /next-lib/src/parsing/ParseEng.gf | |
| parent | 531cdf355d8b5b8d21cac61ae1f19fbce582a601 (diff) | |
Use BigLexEng in ParseEng.
Diffstat (limited to 'next-lib/src/parsing/ParseEng.gf')
| -rw-r--r-- | next-lib/src/parsing/ParseEng.gf | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/next-lib/src/parsing/ParseEng.gf b/next-lib/src/parsing/ParseEng.gf index f892957f6..0edc1ee34 100644 --- a/next-lib/src/parsing/ParseEng.gf +++ b/next-lib/src/parsing/ParseEng.gf @@ -15,13 +15,20 @@ concrete ParseEng of ParseEngAbs = StructuralEng - [everybody_NP, every_Det, only_Predet, somebody_NP], IdiomEng, - LexiconEng, - ExtraEng - [ -- Don't include the uncontracted clauses. Instead -- use them as variants of the contracted ones. UncNegCl, UncNegQCl, UncNegRCl, UncNegImpSg, UncNegImpPl - ] + ], + + LexiconEng [N3, distance_N3, + VQ, wonder_VQ, + V2A, paint_V2A, + V2Q, ask_V2Q, + V2V, beg_V2V, + V2S, answer_V2S, + VA, become_VA], + BigLexEng ** open ParadigmsEng, ResEng, MorphoEng, ParamX, Prelude in { |
