a compilable version of English with OALD

This commit is contained in:
aarne
2009-10-12 20:07:06 +00:00
parent 63c8bf47cb
commit 6282ef82a8
6 changed files with 87949 additions and 5 deletions
+3 -3
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 ;
}
}