mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-27 21:42:50 -06:00
ordinals
This commit is contained in:
@@ -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" ;
|
||||
|
||||
Reference in New Issue
Block a user