1
0
forked from GitHub/gf-core

updated gfdoc

This commit is contained in:
aarne
2006-05-16 22:18:29 +00:00
parent ddfd57fe7d
commit dc5952c05d
35 changed files with 49 additions and 37 deletions

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Adjectives and adjectival phrases</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-03 17:06:08 CET</I><BR>
<I>Last update: 2006-01-10 20:56:21 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Adverbs and adverbial phrases</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-03 17:06:08 CET</I><BR>
<I>Last update: 2006-01-13 16:54:40 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> The category system</H1>
<FONT SIZE="4">
<I>Last update: 2006-04-20 18:39:28 CEST</I><BR>
<I>Last update: 2006-04-20 21:45:11 CEST</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Infrastructure with common implementations.</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-03 17:06:10 CET</I><BR>
<I>Last update: 2006-02-25 15:24:23 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Coordination</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-03 17:06:09 CET</I><BR>
<I>Last update: 2006-01-20 22:04:10 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -13,7 +13,7 @@
<HR NOSHADE SIZE=1>
<P></P>
<P>
Last update: 2006-03-09 18:54:25 CET
Last update: 2006-03-06 21:21:27 CET
</P>
<P>
Produced by

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Idiomatic expressions</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-03 17:06:10 CET</I><BR>
<I>Last update: 2006-05-16 18:46:50 CEST</I><BR>
</FONT></CENTER>
<P></P>
@@ -30,11 +30,13 @@ often different even in closely related languages.
</P>
<PRE>
fun
ExistNP : NP -&gt; Cl ; -- there is a house
ImpersCl : VP -&gt; Cl ; -- it rains
GenericCl : VP -&gt; Cl ; -- one sleeps
ProgrVP : VP -&gt; VP ; -- sleeping
ExistNP : NP -&gt; Cl ; -- there is a house
ExistIP : IP -&gt; QCl ; -- which houses are there
ProgrVP : VP -&gt; VP ; -- be sleeping
}
</PRE>

View File

@@ -109,6 +109,7 @@ concrete IrregSwe of IrregSweAbs = CatSwe ** open ParadigmsSwe in {
ljuda_V = irregV "ljuda" "ljöd" "ljudit" ;
ljuga_V = irregV "ljuga" "ljög" "ljugit" ;
ljuta_V = irregV "ljuta" "ljöt" "ljutit" ;
lägga_V = irregV "lägga" "lade" "lagt" ;
mottaga_V = irregV "mottaga" "mottog" "mottagit" ;
nerstiga_V = irregV "nerstiga" "nersteg" "nerstigit" ;
niga_V = irregV "niga" "neg" "nigit" ;

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> The Main Module of the Resource Grammar</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-03 17:06:10 CET</I><BR>
<I>Last update: 2006-02-20 20:02:47 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> The Mathematics API to the Resource Grammar</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-03 17:06:11 CET</I><BR>
<I>Last update: 2006-02-25 21:36:45 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -13,7 +13,7 @@
<HR NOSHADE SIZE=1>
<P></P>
<P>
Last update: 2006-03-03 17:06:11 CET
Last update: 2006-02-25 21:46:53 CET
</P>
<P>
Produced by

View File

@@ -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 -&gt; NP -&gt; 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 -&gt; V2 -&gt; NP ; -- the number squared
AdvNP : NP -&gt; Adv -&gt; NP ; -- Paris at midnight
</PRE>
<P></P>
<A NAME="toc2"></A>
<H2>Determiners</H2>
<P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Numerals</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-03 17:06:09 CET</I><BR>
<I>Last update: 2006-01-17 17:56:17 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> English Lexical Paradigms</H1>
<FONT SIZE="4">
<I>Last update: 2006-04-21 11:51:05 CEST</I><BR>
<I>Last update: 2006-04-21 16:38:25 CEST</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Finnish Lexical Paradigms</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-09 18:54:25 CET</I><BR>
<I>Last update: 2006-03-07 21:08:18 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> French Lexical Paradigms</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-09 18:54:25 CET</I><BR>
<I>Last update: 2006-03-07 21:08:17 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -34,7 +34,7 @@
<HR NOSHADE SIZE=1>
<P></P>
<P>
Last update: 2006-03-03 17:06:09 CET
Last update: 2006-01-20 22:04:10 CET
</P>
<P>
Produced by

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Italian Lexical Paradigms</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-03 17:06:10 CET</I><BR>
<I>Last update: 2006-02-22 19:06:50 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Norwegian Lexical Paradigms</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-09 18:54:25 CET</I><BR>
<I>Last update: 2006-03-07 21:08:17 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Spanish Lexical Paradigms</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-20 12:03:25 CET</I><BR>
<I>Last update: 2006-03-14 11:21:47 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Swedish Lexical Paradigms</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-09 18:54:25 CET</I><BR>
<I>Last update: 2006-03-07 21:08:17 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Phrases and utterances</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-03 17:06:09 CET</I><BR>
<I>Last update: 2006-01-25 20:10:39 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -13,7 +13,7 @@
<HR NOSHADE SIZE=1>
<P></P>
<P>
Last update: 2006-03-03 17:05:26 CET
Last update: 2005-11-17 17:36:49 CET
</P>
<P>
Produced by

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Predefined functions for concrete syntax</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-03 17:06:11 CET</I><BR>
<I>Last update: 2006-02-25 22:19:20 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -13,7 +13,7 @@
<HR NOSHADE SIZE=1>
<P></P>
<P>
Last update: 2006-03-03 17:05:26 CET
Last update: 2005-11-17 17:36:49 CET
</P>
<P>
Produced by

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> A Small Predication Library</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-03 17:06:11 CET</I><BR>
<I>Last update: 2006-02-25 23:46:32 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> The GF Prelude</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-03 17:06:11 CET</I><BR>
<I>Last update: 2006-02-25 22:31:06 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Questions and interrogative pronouns</H1>
<FONT SIZE="4">
<I>Last update: 2006-04-20 18:39:28 CEST</I><BR>
<I>Last update: 2006-04-20 21:45:11 CEST</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Relative clauses and pronouns</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-03 17:06:09 CET</I><BR>
<I>Last update: 2006-01-17 17:56:17 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Sentences, clauses, imperatives, and sentential complements</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-03 17:06:09 CET</I><BR>
<I>Last update: 2006-01-25 20:10:39 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> GF Resource Grammar API for Structural Words</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-09 18:54:25 CET</I><BR>
<I>Last update: 2006-03-07 21:08:18 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Symbolic expressions</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-20 12:03:25 CET</I><BR>
<I>Last update: 2006-03-17 12:02:40 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Tense, Polarity, and Anteriority</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-03 17:06:11 CET</I><BR>
<I>Last update: 2006-02-26 18:06:25 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Texts</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-03 17:06:10 CET</I><BR>
<I>Last update: 2006-02-20 20:02:47 CET</I><BR>
</FONT></CENTER>
<P></P>

View File

@@ -6,7 +6,7 @@
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> The construction of verb phrases</H1>
<FONT SIZE="4">
<I>Last update: 2006-03-03 17:06:11 CET</I><BR>
<I>Last update: 2006-02-26 18:02:58 CET</I><BR>
</FONT></CENTER>
<P></P>