extending English coverage by verbs

This commit is contained in:
aarne
2005-11-20 21:40:02 +00:00
parent 19154d0317
commit 64f9ece393
7 changed files with 1634 additions and 1650 deletions

View File

@@ -13,6 +13,7 @@ Pron ::= "me" | "him" | "her" | "us" | "them" ;
Poss ::= "my" | "your" | "his" | "her" | "our" | "their" | "its" ;
Prep ::= "about" | "at" | "by" | "for" | "from" | "in" | "of" | "on" | "to" | "with" ;
Prep ::= "after" | "before" | "despite" | "during" ;
IAdv ::= "why" | "where" | "when" | "how" ;
@@ -29,6 +30,7 @@ NP ::= "this" | "that" | "those" | "these" ;
Conj ::= "and" | "or" ;
Subj ::= "if" | "when" | "although" | "though" ;
Subj ::= "before" | "after" | "while" | "because" ;
-- these may be eliminated in gf