summaryrefslogtreecommitdiff
path: root/next-lib/src/parse
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/parse')
-rw-r--r--next-lib/src/parse/ParseEng.gf4
-rw-r--r--next-lib/src/parse/ParseEngAbs.gf2
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]
** {