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

@@ -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] |