diff options
| author | bjorn <bjorn@bringert.net> | 2008-11-26 14:56:34 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-11-26 14:56:34 +0000 |
| commit | 3c472265499b33b3b97559a585a17679efc64dda (patch) | |
| tree | ed2358ddbb82485828e6d3b00b44d10453f86008 /next-lib/src/parse | |
| parent | a61a6d5d43de1a7b45d530c32932b96d28e2e21f (diff) | |
Use OALD in ParseEng.
Diffstat (limited to 'next-lib/src/parse')
| -rw-r--r-- | next-lib/src/parse/ParseEng.gf | 4 | ||||
| -rw-r--r-- | next-lib/src/parse/ParseEngAbs.gf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/next-lib/src/parse/ParseEng.gf b/next-lib/src/parse/ParseEng.gf index 80fd6da0f..d5d770464 100644 --- a/next-lib/src/parse/ParseEng.gf +++ b/next-lib/src/parse/ParseEng.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses +--# -path=.:oald:alltenses concrete ParseEng of ParseEngAbs = NounEng, @@ -28,7 +28,7 @@ concrete ParseEng of ParseEngAbs = V2V, beg_V2V, V2S, answer_V2S, VA, become_VA], - BigLexEng + OaldEng - [everywhere_Adv, here_Adv, quite_Adv, somewhere_Adv, there_Adv] ** open ParadigmsEng, ResEng, MorphoEng, NounEng, ParamX, Prelude in { diff --git a/next-lib/src/parse/ParseEngAbs.gf b/next-lib/src/parse/ParseEngAbs.gf index 1e04348b2..11e9c5ac3 100644 --- a/next-lib/src/parse/ParseEngAbs.gf +++ b/next-lib/src/parse/ParseEngAbs.gf @@ -13,7 +13,7 @@ abstract ParseEngAbs = V2V, beg_V2V, V2S, answer_V2S, VA, become_VA], - BigLexEngAbs + Oald - [everywhere_Adv, here_Adv, quite_Adv, somewhere_Adv, there_Adv] ** { |
