mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 04:46:30 -06:00
added ExtAdvNP and ExtAdvVP in the resource grammar
This commit is contained in:
@@ -27,6 +27,7 @@ abstract Noun = Cat ** {
|
||||
|
||||
PPartNP : NP -> V2 -> NP ; -- the man seen
|
||||
AdvNP : NP -> Adv -> NP ; -- Paris today
|
||||
ExtAdvNP: NP -> Adv -> NP ; -- boys, such as ..
|
||||
RelNP : NP -> RS -> NP ; -- Paris, which is here
|
||||
|
||||
-- Determiners can form noun phrases directly.
|
||||
|
||||
Reference in New Issue
Block a user