mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-25 20:42:50 -06:00
updated gfdoc
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
||||
<P ALIGN="center"><CENTER><H1> The construction of nouns, noun phrases, and determiners</H1>
|
||||
<FONT SIZE="4">
|
||||
<I>Last update: 2006-03-20 12:03:25 CET</I><BR>
|
||||
<I>Last update: 2006-05-16 23:42:30 CEST</I><BR>
|
||||
</FONT></CENTER>
|
||||
|
||||
<P></P>
|
||||
@@ -51,12 +51,21 @@ The three main types of noun phrases are
|
||||
<P></P>
|
||||
<P>
|
||||
Pronouns are defined in the module <A HREF="Structural.html">Structural</A>.
|
||||
A noun phrase already formed can be modified by a Predeterminer.
|
||||
A noun phrase already formed can be modified by a <CODE>Predet</CODE>erminer.
|
||||
</P>
|
||||
<PRE>
|
||||
PredetNP : Predet -> NP -> NP; -- only the man
|
||||
</PRE>
|
||||
<P></P>
|
||||
<P>
|
||||
A noun phrase can also be postmodified by the past participle of a
|
||||
verb or by an adverb.
|
||||
</P>
|
||||
<PRE>
|
||||
PPartNP : NP -> V2 -> NP ; -- the number squared
|
||||
AdvNP : NP -> Adv -> NP ; -- Paris at midnight
|
||||
</PRE>
|
||||
<P></P>
|
||||
<A NAME="toc2"></A>
|
||||
<H2>Determiners</H2>
|
||||
<P>
|
||||
|
||||
Reference in New Issue
Block a user