mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
Updated gfdoc.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
||||||
<P ALIGN="center"><CENTER><H1> Constructors: the High-Level Syntax API</H1>
|
<P ALIGN="center"><CENTER><H1> Constructors: the High-Level Syntax API</H1>
|
||||||
<FONT SIZE="4">
|
<FONT SIZE="4">
|
||||||
<I>Last update: 2007-04-21 16:56:43 CEST</I><BR>
|
<I>Last update: 2007-04-21 20:28:53 CEST</I><BR>
|
||||||
</FONT></CENTER>
|
</FONT></CENTER>
|
||||||
|
|
||||||
<P></P>
|
<P></P>
|
||||||
@@ -134,7 +134,9 @@ to this.
|
|||||||
} ;
|
} ;
|
||||||
|
|
||||||
mkCl : overload {
|
mkCl : overload {
|
||||||
mkCl : NP -> VP -> Cl ; -- John walks
|
mkCl : NP -> VP -> Cl ; -- John wants to walk
|
||||||
|
mkCl : NP -> V -> Cl ; -- John walks
|
||||||
|
mkCl : NP -> V2 -> NP -> Cl ; -- John uses it
|
||||||
mkCl : VP -> Cl ; -- it rains
|
mkCl : VP -> Cl ; -- it rains
|
||||||
mkCl : NP -> RS -> Cl ; -- it is you who did it
|
mkCl : NP -> RS -> Cl ; -- it is you who did it
|
||||||
mkCl : Adv -> S -> Cl ; -- it is yesterday she arrived
|
mkCl : Adv -> S -> Cl ; -- it is yesterday she arrived
|
||||||
|
|||||||
Reference in New Issue
Block a user