mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 06:52:49 -06:00
cf exper on res
This commit is contained in:
28
lib/resource/exper/Verb.cf
Normal file
28
lib/resource/exper/Verb.cf
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
PredV0. S ::= "it" V0 ;
|
||||
|
||||
UseV. VP ::= V ;
|
||||
ComplV2. VP ::= V2 NP ;
|
||||
ComplV3. VP ::= V3 NP NP ;
|
||||
ComplVV. VP ::= VV "to" VP ;
|
||||
|
||||
VP ::= Cop Comp ;
|
||||
|
||||
Comp ::= AP | NP | Adv ;
|
||||
|
||||
-- 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