From c63c3d9f58f9846739982262efab042bb320857d Mon Sep 17 00:00:00 2001 From: bjorn Date: Wed, 26 Nov 2008 14:56:34 +0000 Subject: [PATCH] Use OALD in ParseEng. --- next-lib/src/parse/ParseEng.gf | 4 ++-- 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] ** {