1
0
forked from GitHub/gf-rgl

Gender in English Agr

This commit is contained in:
aarne
2008-04-21 15:56:50 +00:00
parent d1b9f03fe4
commit 8b118840b4
11 changed files with 68 additions and 40 deletions

View File

@@ -22,10 +22,11 @@ abstract Noun = Cat ** {
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.
-- verb, by an adverb, or by a relative clause
PPartNP : NP -> V2 -> NP ; -- the number squared
AdvNP : NP -> Adv -> NP ; -- Paris at midnight
RelNP : NP -> RS -> NP ; -- Paris, which is in Europe
--2 Determiners