This commit is contained in:
aarne
2005-11-16 10:28:47 +00:00
parent 16f1631906
commit a62523e09f
14 changed files with 255 additions and 113 deletions

View File

@@ -9,20 +9,8 @@ ComplVV. VP ::= VV "to" VP ;
VP ::= Cop Comp ;
Comp ::= AP | NP | Adv ;
Comp ::= AP_post ; -- not needed in gf
Mod ::= Do ;
-- partial saturation
-- in the lexicon, we must give up verb agreement
V0 ::= "rain" | "rains" ;
V ::= "sleeps" | "sleep" ;
V2 ::= "loves" | "love" ;
V3 ::= "sends" | "send" ;
VV ::= "wants" | "want" ;
-- these may be eliminated
Cop ::= "is" | "are" | "isn't" | "aren't" | "be" ;
Do ::= "do" | "does" | "doesn't" | "don't" ;