mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 20:22:51 -06:00
PPartNP and AdvNP.
This commit is contained in:
@@ -17,10 +17,16 @@ abstract Noun = Cat ** {
|
||||
|
||||
-- Pronouns are defined in the module [Structural Structural.html].
|
||||
|
||||
-- A noun phrase already formed can be modified by a Predeterminer.
|
||||
-- A noun phrase already formed can be modified by a $Predet$erminer.
|
||||
|
||||
PredetNP : Predet -> NP -> NP; -- only the man
|
||||
|
||||
-- A noun phrase can also be postmodified by the past participle of a
|
||||
-- verb or by an adverb.
|
||||
|
||||
PPartNP : NP -> V2 -> NP ; -- the number squared
|
||||
AdvNP : NP -> Adv -> NP ; -- Paris at midnight
|
||||
|
||||
--2 Determiners
|
||||
|
||||
-- The determiner has a fine-grained structure, in which a 'nucleus'
|
||||
|
||||
Reference in New Issue
Block a user