1
0
forked from GitHub/gf-core

updated lib synopsis

This commit is contained in:
aarne
2010-04-10 07:33:11 +00:00
parent 2f21696919
commit 0c27260c47
2 changed files with 17 additions and 0 deletions

View File

@@ -2453,6 +2453,11 @@ Lexical category, constructors given in
<TD><A HREF="#IP" TITLE="IP - interrogative pronoun">IP</A> <CODE>-&gt;</CODE> <A HREF="#QCl" TITLE="QCl - question clause, with all tenses">QCl</A></TD>
<TD><I>what is there</I></TD>
</TR>
<TR>
<TD><CODE>mkQCl</CODE></TD>
<TD><A HREF="#IComp" TITLE="IComp - interrogative complement of copula">IComp</A> <CODE>-&gt;</CODE> <A HREF="#NP" TITLE="NP - noun phrase (subject or object)">NP</A> <CODE>-&gt;</CODE> <A HREF="#QCl" TITLE="QCl - question clause, with all tenses">QCl</A></TD>
<TD><I>who is John</I></TD>
</TR>
</TABLE>
<A NAME="QS"></A>
@@ -2494,6 +2499,11 @@ Lexical category, constructors given in
<TD><I>a</I></TD>
</TR>
<TR>
<TD><CODE>mkQuant</CODE></TD>
<TD><A HREF="#Pron" TITLE="Pron - personal pronoun">Pron</A> <CODE>-&gt;</CODE> <A 'HREF="#Quant" TITLE="Quant - quantifier ('nucleus' of Det)"'>Quant</A></TD>
<TD><I>my</I></TD>
</TR>
<TR>
<TD><CODE>no_Quant</CODE></TD>
<TD><A 'HREF="#Quant" TITLE="Quant - quantifier ('nucleus' of Det)"'>Quant</A></TD>
<TD><I>no</I></TD>
@@ -4702,6 +4712,10 @@ source <A HREF="../src/finnish/ParadigmsFin.gf"><CODE>http://www.grammaticalfram
<TD><A HREF="#Case">Case</A></TD>
</TR>
<TR>
<TD><CODE>essive</CODE></TD>
<TD><A HREF="#Case">Case</A></TD>
</TR>
<TR>
<TD><CODE>translative</CODE></TD>
<TD><A HREF="#Case">Case</A></TD>
</TR>

View File

@@ -550,6 +550,7 @@ Lexical category, constructors given in
| ``mkQCl`` | [Prep #Prep] ``->`` [IP #IP] ``->`` [Cl #Cl] ``->`` [QCl #QCl] | //with who does John walk// |
| ``mkQCl`` | [IAdv #IAdv] ``->`` [NP #NP] ``->`` [QCl #QCl] | //where is John// |
| ``mkQCl`` | [IP #IP] ``->`` [QCl #QCl] | //what is there// |
| ``mkQCl`` | [IComp #IComp] ``->`` [NP #NP] ``->`` [QCl #QCl] | //who is John// |
==QS - question==[QS]
|| Function | Type | Example ||
| ``mkQS`` | [QCl #QCl] ``->`` [QS #QS] | //who walks// |
@@ -558,6 +559,7 @@ Lexical category, constructors given in
==Quant - quantifier ('nucleus' of Det)==[Quant]
|| Function | Type | Example ||
| ``a_Quant`` | [Quant #Quant] | //a// |
| ``mkQuant`` | [Pron #Pron] ``->`` [Quant #Quant] | //my// |
| ``no_Quant`` | [Quant #Quant] | //no// |
| ``that_Quant`` | [Quant #Quant] | //that// |
| ``the_Quant`` | [Quant #Quant] | //the// |
@@ -1141,6 +1143,7 @@ source [``http://www.grammaticalframework.org/lib/resource/src/finnish/Paradigms
| ``nominative`` | [Case #Case] |
| ``genitive`` | [Case #Case] |
| ``partitive`` | [Case #Case] |
| ``essive`` | [Case #Case] |
| ``translative`` | [Case #Case] |
| ``inessive`` | [Case #Case] |
| ``elative`` | [Case #Case] |