1
0
forked from GitHub/gf-core

a compilable version of English with OALD

This commit is contained in:
aarne
2009-10-12 20:07:06 +00:00
parent fb60cc36d1
commit c6843d0b25
6 changed files with 87949 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
abstract ParseEngAbs =
Parse,
Parse - [above_Prep],
ExtraEngAbs - [
UncNegCl, UncNegQCl, UncNegRCl, UncNegImpSg, UncNegImpPl,
StrandRelSlash,
@@ -14,7 +14,7 @@ abstract ParseEngAbs =
V2V, beg_V2V,
V2S, answer_V2S,
VA, become_VA],
Oald - [everywhere_Adv, here_Adv, quite_Adv, somewhere_Adv, there_Adv]
Oald - [everywhere_Adv, here_Adv, quite_Adv, somewhere_Adv, there_Adv,have_V2]
** {
@@ -45,4 +45,4 @@ fun only_AdV : AdV ;
fun should_VV : VV ;
fun several_Det : Det ;
}
}