forked from GitHub/gf-rgl
added ExtAdvNP and ExtAdvVP in the resource grammar
This commit is contained in:
@@ -56,6 +56,7 @@ abstract Verb = Cat ** {
|
||||
-- vs. next to (or before) the verb.
|
||||
|
||||
AdvVP : VP -> Adv -> VP ; -- sleep here
|
||||
ExtAdvVP : VP -> Adv -> VP ; -- sleep , even though ...
|
||||
AdVVP : AdV -> VP -> VP ; -- always sleep
|
||||
|
||||
AdvVPSlash : VPSlash -> Adv -> VPSlash ; -- use (it) here
|
||||
|
||||
Reference in New Issue
Block a user