Regenerated all resource-1.0 docs with the modified gfdoc.

This commit is contained in:
bringert
2006-04-21 11:52:23 +00:00
parent d074641f9d
commit 4fe70bc89e
36 changed files with 353 additions and 394 deletions

View File

@@ -6,8 +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: Sat Feb 25 22:35:55 2006</I><BR>
% NOTE: this is a txt2tags file.
<I>Last update: 2006-03-20 12:03:25 CET</I><BR>
</FONT></CENTER>
<P></P>
@@ -17,6 +16,7 @@
<LI><A HREF="#toc1">Noun phrases</A>
<LI><A HREF="#toc2">Determiners</A>
<LI><A HREF="#toc3">Common nouns</A>
<LI><A HREF="#toc4">Apposition</A>
</UL>
<P></P>
@@ -195,6 +195,15 @@ to decide. Sentential complements are defined in <A HREF="Verb.html">Verb</A>.
</P>
<PRE>
SentCN : CN -&gt; SC -&gt; CN ; -- fact that John smokes, question if he does
</PRE>
<P></P>
<A NAME="toc4"></A>
<H2>Apposition</H2>
<P>
This is certainly overgenerating.
</P>
<PRE>
ApposCN : CN -&gt; NP -&gt; CN ; -- number x, numbers x and y
} ;
</PRE>