diff --git a/lib/doc/synopsis.html b/lib/doc/synopsis.html index 3e3c16be6..9fc99bad6 100644 --- a/lib/doc/synopsis.html +++ b/lib/doc/synopsis.html @@ -2453,6 +2453,11 @@ Lexical category, constructors given in IP -> QCl what is there + +mkQCl +IComp -> NP -> QCl +who is John + @@ -2494,6 +2499,11 @@ Lexical category, constructors given in a +mkQuant +Pron -> Quant +my + + no_Quant Quant no @@ -4702,6 +4712,10 @@ source http://www.grammaticalfram Case +essive +Case + + translative Case diff --git a/lib/doc/synopsis.txt b/lib/doc/synopsis.txt index ea03d9c18..5bbb0f166 100644 --- a/lib/doc/synopsis.txt +++ b/lib/doc/synopsis.txt @@ -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] |