1
0
forked from GitHub/gf-core

Added anchors to category constructors in synopsis, and links form the explanations table. The categories in function types should also be links, but that is a bit difficult with the current MkSynopsis implementation which inspects the generated txt2tags code to make the section headr for each category.

This commit is contained in:
bringert
2007-11-05 10:48:58 +00:00
parent 9045fb2851
commit fe49c9f1bf
2 changed files with 137 additions and 187 deletions

View File

@@ -127,7 +127,7 @@ mkCatTable isBeg rs =
(if isBeg then ("|| Category | Explanation | Example ||" :) else id)
(map mk1 rs)
where
mk1 (name,typ,ex) = unwords ["|", ttf name, "|", typ, "|", typo ex, "|"]
mk1 (name,typ,ex) = unwords ["|", showCat name, "|", typ, "|", typo ex, "|"]
typo ex = if take 1 ex == "\"" then itf (init (tail ex)) else ex
synopsis = "synopsis.txt"
@@ -197,5 +197,6 @@ sortVal = sortBy (\t u -> compare (hd t) (hd u)) where
printBack hd tb = unlines $ subtitle (valRow (head tb)) : "\n" : [hd] ++ tb
subtitle cat = "==" ++ cat ++ "=="
subtitle cat = "==" ++ cat ++ "==" ++ "[" ++ cat ++ "]"
showCat cat = "[" ++ cat ++ " #" ++ cat ++ "]"

View File

@@ -20,44 +20,44 @@
</UL>
<LI><A HREF="#toc4">Syntax Rules</A>
<UL>
<LI><A HREF="#toc5">AP</A>
<LI><A HREF="#toc6">AdN</A>
<LI><A HREF="#toc7">Adv</A>
<LI><A HREF="#toc8">Ant</A>
<LI><A HREF="#toc9">CN</A>
<LI><A HREF="#toc10">Cl</A>
<LI><A HREF="#toc11">Det</A>
<LI><A HREF="#toc12">IAdv</A>
<LI><A HREF="#toc13">IP</A>
<LI><A HREF="#toc14">Imp</A>
<LI><A HREF="#toc15">ImpForm</A>
<LI><A HREF="#toc16">ListAP</A>
<LI><A HREF="#toc17">ListAdv</A>
<LI><A HREF="#toc18">ListNP</A>
<LI><A HREF="#toc19">ListS</A>
<LI><A HREF="#toc20">NP</A>
<LI><A HREF="#toc21">Num</A>
<LI><A HREF="#toc22">Numeral</A>
<LI><A HREF="#toc23">Ord</A>
<LI><A HREF="#toc24">PConj</A>
<LI><A HREF="#toc25">Phr</A>
<LI><A HREF="#toc26">Pol</A>
<LI><A HREF="#toc27">Punct</A>
<LI><A HREF="#toc28">QCl</A>
<LI><A HREF="#toc29">QS</A>
<LI><A HREF="#toc30">Quant</A>
<LI><A HREF="#toc31">QuantPl</A>
<LI><A HREF="#toc32">QuantSg</A>
<LI><A HREF="#toc33">RCl</A>
<LI><A HREF="#toc34">RP</A>
<LI><A HREF="#toc35">RS</A>
<LI><A HREF="#toc36">S</A>
<LI><A HREF="#toc37">Slash</A>
<LI><A HREF="#toc38">Tense</A>
<LI><A HREF="#toc39">Text</A>
<LI><A HREF="#toc40">Utt</A>
<LI><A HREF="#toc41">VP</A>
<LI><A HREF="#toc42">Voc</A>
<LI><A HREF="#AP">AP</A>
<LI><A HREF="#AdN">AdN</A>
<LI><A HREF="#Adv">Adv</A>
<LI><A HREF="#Ant">Ant</A>
<LI><A HREF="#CN">CN</A>
<LI><A HREF="#Cl">Cl</A>
<LI><A HREF="#Det">Det</A>
<LI><A HREF="#IAdv">IAdv</A>
<LI><A HREF="#IP">IP</A>
<LI><A HREF="#Imp">Imp</A>
<LI><A HREF="#ImpForm">ImpForm</A>
<LI><A HREF="#ListAP">ListAP</A>
<LI><A HREF="#ListAdv">ListAdv</A>
<LI><A HREF="#ListNP">ListNP</A>
<LI><A HREF="#ListS">ListS</A>
<LI><A HREF="#NP">NP</A>
<LI><A HREF="#Num">Num</A>
<LI><A HREF="#Numeral">Numeral</A>
<LI><A HREF="#Ord">Ord</A>
<LI><A HREF="#PConj">PConj</A>
<LI><A HREF="#Phr">Phr</A>
<LI><A HREF="#Pol">Pol</A>
<LI><A HREF="#Punct">Punct</A>
<LI><A HREF="#QCl">QCl</A>
<LI><A HREF="#QS">QS</A>
<LI><A HREF="#Quant">Quant</A>
<LI><A HREF="#QuantPl">QuantPl</A>
<LI><A HREF="#QuantSg">QuantSg</A>
<LI><A HREF="#RCl">RCl</A>
<LI><A HREF="#RP">RP</A>
<LI><A HREF="#RS">RS</A>
<LI><A HREF="#S">S</A>
<LI><A HREF="#Slash">Slash</A>
<LI><A HREF="#Tense">Tense</A>
<LI><A HREF="#Text">Text</A>
<LI><A HREF="#Utt">Utt</A>
<LI><A HREF="#VP">VP</A>
<LI><A HREF="#Voc">Voc</A>
</UL>
<LI><A HREF="#toc43">Structural Words</A>
<LI><A HREF="#toc44">Paradigms for Danish</A>
@@ -122,7 +122,6 @@ each category.
</TR>
</TABLE>
<P></P>
<P>
The rectangular boxes mark open lexical categories, which have constructors
also in the <CODE>Paradigms</CODE> modules.
@@ -136,294 +135,293 @@ also in the <CODE>Paradigms</CODE> modules.
<TH COLSPAN="2">Example</TH>
</TR>
<TR>
<TD><CODE>A</CODE></TD>
<TD><A HREF="#A">A</A></TD>
<TD>one-place adjective</TD>
<TD><I>warm</I></TD>
</TR>
<TR>
<TD><CODE>A2</CODE></TD>
<TD><A HREF="#A2">A2</A></TD>
<TD>two-place adjective</TD>
<TD><I>divisible</I></TD>
</TR>
<TR>
<TD><CODE>AP</CODE></TD>
<TD><A HREF="#AP">AP</A></TD>
<TD>adjectival phrase</TD>
<TD><I>very warm</I></TD>
</TR>
<TR>
<TD><CODE>AdA</CODE></TD>
<TD><A HREF="#AdA">AdA</A></TD>
<TD>adjective-modifying adverb,</TD>
<TD><I>very</I></TD>
</TR>
<TR>
<TD><CODE>AdN</CODE></TD>
<TD><A HREF="#AdN">AdN</A></TD>
<TD>numeral-modifying adverb,</TD>
<TD><I>more than</I></TD>
</TR>
<TR>
<TD><CODE>AdV</CODE></TD>
<TD><A HREF="#AdV">AdV</A></TD>
<TD>adverb directly attached to verb</TD>
<TD><I>always</I></TD>
</TR>
<TR>
<TD><CODE>Adv</CODE></TD>
<TD><A HREF="#Adv">Adv</A></TD>
<TD>verb-phrase-modifying adverb,</TD>
<TD><I>in the house</I></TD>
</TR>
<TR>
<TD><CODE>Ant</CODE></TD>
<TD><A HREF="#Ant">Ant</A></TD>
<TD>anteriority</TD>
<TD>simultaneous, anterior</TD>
</TR>
<TR>
<TD><CODE>CAdv</CODE></TD>
<TD><A HREF="#CAdv">CAdv</A></TD>
<TD>comparative adverb</TD>
<TD><I>more</I></TD>
</TR>
<TR>
<TD><CODE>CN</CODE></TD>
<TD><A HREF="#CN">CN</A></TD>
<TD>common noun (without determiner)</TD>
<TD><I>red house</I></TD>
</TR>
<TR>
<TD><CODE>Cl</CODE></TD>
<TD><A HREF="#Cl">Cl</A></TD>
<TD>declarative clause, with all tenses</TD>
<TD><I>she looks at this</I></TD>
</TR>
<TR>
<TD><CODE>Comp</CODE></TD>
<TD><A HREF="#Comp">Comp</A></TD>
<TD>complement of copula, such as AP</TD>
<TD><I>very warm</I></TD>
</TR>
<TR>
<TD><CODE>Conj</CODE></TD>
<TD><A HREF="#Conj">Conj</A></TD>
<TD>conjunction,</TD>
<TD><I>and</I></TD>
</TR>
<TR>
<TD><CODE>DConj</CODE></TD>
<TD><A HREF="#DConj">DConj</A></TD>
<TD>distributed conj.</TD>
<TD><I>both - and</I></TD>
</TR>
<TR>
<TD><CODE>Det</CODE></TD>
<TD><A HREF="#Det">Det</A></TD>
<TD>determiner phrase</TD>
<TD><I>those seven</I></TD>
</TR>
<TR>
<TD><CODE>IAdv</CODE></TD>
<TD><A HREF="#IAdv">IAdv</A></TD>
<TD>interrogative adverb</TD>
<TD><I>why</I></TD>
</TR>
<TR>
<TD><CODE>IComp</CODE></TD>
<TD><A HREF="#IComp">IComp</A></TD>
<TD>interrogative complement of copula</TD>
<TD><I>where</I></TD>
</TR>
<TR>
<TD><CODE>IDet</CODE></TD>
<TD><A HREF="#IDet">IDet</A></TD>
<TD>interrogative determiner</TD>
<TD><I>which</I></TD>
</TR>
<TR>
<TD><CODE>IP</CODE></TD>
<TD><A HREF="#IP">IP</A></TD>
<TD>interrogative pronoun</TD>
<TD><I>who</I></TD>
</TR>
<TR>
<TD><CODE>Imp</CODE></TD>
<TD><A HREF="#Imp">Imp</A></TD>
<TD>imperative</TD>
<TD><I>look at this</I></TD>
</TR>
<TR>
<TD><CODE>N</CODE></TD>
<TD><A HREF="#N">N</A></TD>
<TD>common noun</TD>
<TD><I>house</I></TD>
</TR>
<TR>
<TD><CODE>N2</CODE></TD>
<TD><A HREF="#N2">N2</A></TD>
<TD>relational noun</TD>
<TD><I>son</I></TD>
</TR>
<TR>
<TD><CODE>N3</CODE></TD>
<TD><A HREF="#N3">N3</A></TD>
<TD>three-place relational noun</TD>
<TD><I>connection</I></TD>
</TR>
<TR>
<TD><CODE>NP</CODE></TD>
<TD><A HREF="#NP">NP</A></TD>
<TD>noun phrase (subject or object)</TD>
<TD><I>the red house</I></TD>
</TR>
<TR>
<TD><CODE>Num</CODE></TD>
<TD><A HREF="#Num">Num</A></TD>
<TD>cardinal number (used with QuantPl)</TD>
<TD><I>seven</I></TD>
</TR>
<TR>
<TD><CODE>Ord</CODE></TD>
<TD><A HREF="#Ord">Ord</A></TD>
<TD>ordinal number (used in Det)</TD>
<TD><I>seventh</I></TD>
</TR>
<TR>
<TD><CODE>PConj</CODE></TD>
<TD><A HREF="#PConj">PConj</A></TD>
<TD>phrase-beginning conj.</TD>
<TD><I>therefore</I></TD>
</TR>
<TR>
<TD><CODE>PN</CODE></TD>
<TD><A HREF="#PN">PN</A></TD>
<TD>proper name</TD>
<TD><I>Paris</I></TD>
</TR>
<TR>
<TD><CODE>Phr</CODE></TD>
<TD><A HREF="#Phr">Phr</A></TD>
<TD>phrase in a text</TD>
<TD><I>but be quiet please</I></TD>
</TR>
<TR>
<TD><CODE>Pol</CODE></TD>
<TD><A HREF="#Pol">Pol</A></TD>
<TD>polarity</TD>
<TD>positive, negative</TD>
</TR>
<TR>
<TD><CODE>Predet</CODE></TD>
<TD><A HREF="#Predet">Predet</A></TD>
<TD>predeterminer (prefixed Quant)</TD>
<TD><I>all</I></TD>
</TR>
<TR>
<TD><CODE>Prep</CODE></TD>
<TD><A HREF="#Prep">Prep</A></TD>
<TD>preposition, or just case</TD>
<TD><I>in</I></TD>
</TR>
<TR>
<TD><CODE>Pron</CODE></TD>
<TD><A HREF="#Pron">Pron</A></TD>
<TD>personal pronoun</TD>
<TD><I>she</I></TD>
</TR>
<TR>
<TD><CODE>QCl</CODE></TD>
<TD><A HREF="#QCl">QCl</A></TD>
<TD>question clause, with all tenses</TD>
<TD><I>why does she walk</I></TD>
</TR>
<TR>
<TD><CODE>QS</CODE></TD>
<TD><A HREF="#QS">QS</A></TD>
<TD>question</TD>
<TD><I>where did she live</I></TD>
</TR>
<TR>
<TD><CODE>Quant</CODE></TD>
<TD><A HREF="#Quant">Quant</A></TD>
<TD>quantifier with both sg and pl</TD>
<TD><I>this/these</I></TD>
</TR>
<TR>
<TD><CODE>RCl</CODE></TD>
<TD><A HREF="#RCl">RCl</A></TD>
<TD>relative clause, with all tenses</TD>
<TD><I>in which she lives</I></TD>
</TR>
<TR>
<TD><CODE>RP</CODE></TD>
<TD><A HREF="#RP">RP</A></TD>
<TD>relative pronoun</TD>
<TD><I>in which</I></TD>
</TR>
<TR>
<TD><CODE>RS</CODE></TD>
<TD><A HREF="#RS">RS</A></TD>
<TD>relative</TD>
<TD><I>in which she lived</I></TD>
</TR>
<TR>
<TD><CODE>S</CODE></TD>
<TD><A HREF="#S">S</A></TD>
<TD>declarative sentence</TD>
<TD><I>she lived here</I></TD>
</TR>
<TR>
<TD><CODE>SC</CODE></TD>
<TD><A HREF="#SC">SC</A></TD>
<TD>embedded sentence or question</TD>
<TD><I>that it rains</I></TD>
</TR>
<TR>
<TD><CODE>Slash</CODE></TD>
<TD><A HREF="#Slash">Slash</A></TD>
<TD>clause missing NP (S/NP in GPSG)</TD>
<TD><I>she looks at</I></TD>
</TR>
<TR>
<TD><CODE>Subj</CODE></TD>
<TD><A HREF="#Subj">Subj</A></TD>
<TD>subjunction,</TD>
<TD><I>if</I></TD>
</TR>
<TR>
<TD><CODE>Tense</CODE></TD>
<TD><A HREF="#Tense">Tense</A></TD>
<TD>tense</TD>
<TD>present, past, future</TD>
</TR>
<TR>
<TD><CODE>Text</CODE></TD>
<TD><A HREF="#Text">Text</A></TD>
<TD>text consisting of several phrases</TD>
<TD><I>He is here. Why?</I></TD>
</TR>
<TR>
<TD><CODE>Utt</CODE></TD>
<TD><A HREF="#Utt">Utt</A></TD>
<TD>sentence, question, word...</TD>
<TD><I>be quiet</I></TD>
</TR>
<TR>
<TD><CODE>V</CODE></TD>
<TD><A HREF="#V">V</A></TD>
<TD>one-place verb</TD>
<TD><I>sleep</I></TD>
</TR>
<TR>
<TD><CODE>V2</CODE></TD>
<TD><A HREF="#V2">V2</A></TD>
<TD>two-place verb</TD>
<TD><I>love</I></TD>
</TR>
<TR>
<TD><CODE>V2A</CODE></TD>
<TD><A HREF="#V2A">V2A</A></TD>
<TD>verb with NP and AP complement</TD>
<TD><I>paint</I></TD>
</TR>
<TR>
<TD><CODE>V3</CODE></TD>
<TD><A HREF="#V3">V3</A></TD>
<TD>three-place verb</TD>
<TD><I>show</I></TD>
</TR>
<TR>
<TD><CODE>VA</CODE></TD>
<TD><A HREF="#VA">VA</A></TD>
<TD>adjective-complement verb</TD>
<TD><I>look</I></TD>
</TR>
<TR>
<TD><CODE>VP</CODE></TD>
<TD><A HREF="#VP">VP</A></TD>
<TD>verb phrase</TD>
<TD><I>is very warm</I></TD>
</TR>
<TR>
<TD><CODE>VQ</CODE></TD>
<TD><A HREF="#VQ">VQ</A></TD>
<TD>question-complement verb</TD>
<TD><I>ask</I></TD>
</TR>
<TR>
<TD><CODE>VS</CODE></TD>
<TD><A HREF="#VS">VS</A></TD>
<TD>sentence-complement verb</TD>
<TD><I>claim</I></TD>
</TR>
<TR>
<TD><CODE>VV</CODE></TD>
<TD><A HREF="#VV">VV</A></TD>
<TD>verb-phrase-complement verb</TD>
<TD><I>want</I></TD>
</TR>
<TR>
<TD><CODE>Voc</CODE></TD>
<TD><A HREF="#Voc">Voc</A></TD>
<TD>vocative or "please"</TD>
<TD><I>my darling</I></TD>
</TR>
</TABLE>
<P></P>
<A NAME="toc4"></A>
<H1>Syntax Rules</H1>
<P>
Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/GF/lib/resource/api/Constructors.gf</CODE></A>
</P>
<A NAME="toc5"></A>
<A NAME="AP"></A>
<H2>AP</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -498,8 +496,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc6"></A>
<A NAME="AdN"></A>
<H2>AdN</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -514,8 +511,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc7"></A>
<A NAME="Adv"></A>
<H2>Adv</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -575,8 +571,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc8"></A>
<A NAME="Ant"></A>
<H2>Ant</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -596,8 +591,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc9"></A>
<A NAME="CN"></A>
<H2>CN</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -697,8 +691,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc10"></A>
<A NAME="Cl"></A>
<H2>Cl</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -833,8 +826,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc11"></A>
<A NAME="Det"></A>
<H2>Det</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -914,8 +906,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc12"></A>
<A NAME="IAdv"></A>
<H2>IAdv</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -930,8 +921,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc13"></A>
<A NAME="IP"></A>
<H2>IP</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -956,8 +946,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc14"></A>
<A NAME="Imp"></A>
<H2>Imp</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -982,8 +971,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc15"></A>
<A NAME="ImpForm"></A>
<H2>ImpForm</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1008,8 +996,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc16"></A>
<A NAME="ListAP"></A>
<H2>ListAP</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1029,8 +1016,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc17"></A>
<A NAME="ListAdv"></A>
<H2>ListAdv</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1050,8 +1036,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc18"></A>
<A NAME="ListNP"></A>
<H2>ListNP</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1071,8 +1056,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc19"></A>
<A NAME="ListS"></A>
<H2>ListS</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1092,8 +1076,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc20"></A>
<A NAME="NP"></A>
<H2>NP</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1218,8 +1201,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc21"></A>
<A NAME="Num"></A>
<H2>Num</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1244,8 +1226,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc22"></A>
<A NAME="Numeral"></A>
<H2>Numeral</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1320,8 +1301,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc23"></A>
<A NAME="Ord"></A>
<H2>Ord</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1346,8 +1326,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc24"></A>
<A NAME="PConj"></A>
<H2>PConj</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1362,8 +1341,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc25"></A>
<A NAME="Phr"></A>
<H2>Phr</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1403,8 +1381,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc26"></A>
<A NAME="Pol"></A>
<H2>Pol</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1424,8 +1401,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc27"></A>
<A NAME="Punct"></A>
<H2>Punct</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1450,8 +1426,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc28"></A>
<A NAME="QCl"></A>
<H2>QCl</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1501,8 +1476,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc29"></A>
<A NAME="QS"></A>
<H2>QS</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1527,8 +1501,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc30"></A>
<A NAME="Quant"></A>
<H2>Quant</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1548,8 +1521,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc31"></A>
<A NAME="QuantPl"></A>
<H2>QuantPl</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1584,8 +1556,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc32"></A>
<A NAME="QuantSg"></A>
<H2>QuantSg</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1625,8 +1596,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc33"></A>
<A NAME="RCl"></A>
<H2>RCl</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1656,8 +1626,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc34"></A>
<A NAME="RP"></A>
<H2>RP</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1677,8 +1646,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc35"></A>
<A NAME="RS"></A>
<H2>RS</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1698,8 +1666,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc36"></A>
<A NAME="S"></A>
<H2>S</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1744,8 +1711,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc37"></A>
<A NAME="Slash"></A>
<H2>Slash</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1775,8 +1741,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc38"></A>
<A NAME="Tense"></A>
<H2>Tense</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1806,8 +1771,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc39"></A>
<A NAME="Text"></A>
<H2>Text</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1857,8 +1821,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc40"></A>
<A NAME="Utt"></A>
<H2>Utt</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -1923,8 +1886,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc41"></A>
<A NAME="VP"></A>
<H2>VP</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -2044,8 +2006,7 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc42"></A>
<A NAME="Voc"></A>
<H2>Voc</H2>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
@@ -2060,7 +2021,6 @@ Source: <A HREF="../api/Constructors.gf"><CODE>http://www.cs.chalmers.se/~aarne/
</TR>
</TABLE>
<P></P>
<A NAME="toc43"></A>
<H1>Structural Words</H1>
<P>
@@ -2457,7 +2417,6 @@ Source: <A HREF="../abstract/Structural.gf"><CODE>http://www.cs.chalmers.se/~aar
</TR>
</TABLE>
<P></P>
<A NAME="toc44"></A>
<H1>Paradigms for Danish</H1>
<P>
@@ -2702,7 +2661,6 @@ source <A HREF="../danish/ParadigmsDan.gf"><CODE>http://www.cs.chalmers.se/~aarn
</TR>
</TABLE>
<P></P>
<A NAME="toc45"></A>
<H1>Paradigms for English</H1>
<P>
@@ -2931,7 +2889,6 @@ source <A HREF="../english/ParadigmsEng.gf"><CODE>http://www.cs.chalmers.se/~aar
</TR>
</TABLE>
<P></P>
<A NAME="toc46"></A>
<H1>Paradigms for Finnish</H1>
<P>
@@ -3268,7 +3225,6 @@ source <A HREF="../finnish/ParadigmsFin.gf"><CODE>http://www.cs.chalmers.se/~aar
</TR>
</TABLE>
<P></P>
<A NAME="toc47"></A>
<H1>Paradigms for French</H1>
<P>
@@ -3497,7 +3453,6 @@ source <A HREF="../french/ParadigmsFre.gf"><CODE>http://www.cs.chalmers.se/~aarn
</TR>
</TABLE>
<P></P>
<A NAME="toc48"></A>
<H1>Paradigms for German</H1>
<P>
@@ -3750,7 +3705,6 @@ source <A HREF="../german/ParadigmsGer.gf"><CODE>http://www.cs.chalmers.se/~aarn
</TR>
</TABLE>
<P></P>
<A NAME="toc49"></A>
<H1>Paradigms for Italian</H1>
<P>
@@ -3983,7 +3937,6 @@ source <A HREF="../italian/ParadigmsIta.gf"><CODE>http://www.cs.chalmers.se/~aar
</TR>
</TABLE>
<P></P>
<A NAME="toc50"></A>
<H1>Paradigms for Norwegian</H1>
<P>
@@ -4228,7 +4181,6 @@ source <A HREF="../norwegian/ParadigmsNor.gf"><CODE>http://www.cs.chalmers.se/~a
</TR>
</TABLE>
<P></P>
<A NAME="toc51"></A>
<H1>Paradigms for Russian</H1>
<P>
@@ -4469,7 +4421,6 @@ source <A HREF="../russian/ParadigmsRus.gf"><CODE>http://www.cs.chalmers.se/~aar
</TR>
</TABLE>
<P></P>
<A NAME="toc52"></A>
<H1>Paradigms for Spanish</H1>
<P>
@@ -4566,7 +4517,7 @@ source <A HREF="../spanish/ParadigmsSpa.gf"><CODE>http://www.cs.chalmers.se/~aar
</TR>
<TR>
<TD><CODE>mkA</CODE></TD>
<TD><CODE>(solo,sola,solos,solas,solamiento : Str) -&gt; A</CODE></TD>
<TD><CODE>(solo,sola,solos,solas,solamente : Str) -&gt; A</CODE></TD>
</TR>
<TR>
<TD><CODE>mkA</CODE></TD>
@@ -4702,7 +4653,6 @@ source <A HREF="../spanish/ParadigmsSpa.gf"><CODE>http://www.cs.chalmers.se/~aar
</TR>
</TABLE>
<P></P>
<A NAME="toc53"></A>
<H1>Paradigms for Swedish</H1>
<P>
@@ -4943,7 +4893,6 @@ source <A HREF="../swedish/ParadigmsSwe.gf"><CODE>http://www.cs.chalmers.se/~aar
</TR>
</TABLE>
<P></P>
<A NAME="toc54"></A>
<H1>Browsing the libraries with GF commands</H1>
<P>
@@ -5046,6 +4995,6 @@ For each language, an instantiation of the functor:
</PRE>
<P></P>
<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) -->
<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) -->
<!-- cmdline: txt2tags -thtml -\-toc synopsis.txt -->
</BODY></HTML>