mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 02:12:50 -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 12:01:55 CEST</I><BR>
|
<I>Last update: 2007-04-21 12:23:25 CEST</I><BR>
|
||||||
</FONT></CENTER>
|
</FONT></CENTER>
|
||||||
|
|
||||||
<P></P>
|
<P></P>
|
||||||
@@ -138,7 +138,8 @@ to this.
|
|||||||
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
|
||||||
mkCl : NP -> Cl ; -- there is a house
|
mkCl : NP -> Cl ; -- there is a house
|
||||||
mkCl : NP -> AP -> Cl ; -- John is warm
|
mkCl : NP -> AP -> Cl ; -- John is warmer than Mary
|
||||||
|
mkCl : NP -> A -> Cl ; -- John is warm
|
||||||
mkCl : NP -> NP -> Cl ; -- John is a man
|
mkCl : NP -> NP -> Cl ; -- John is a man
|
||||||
mkCl : NP -> Adv -> Cl -- John is here
|
mkCl : NP -> Adv -> Cl -- John is here
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user