mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-25 04:22:50 -06:00
Updated resource api docs
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
||||
<P ALIGN="center"><CENTER><H1> Constructors: the High-Level Syntax API</H1>
|
||||
<FONT SIZE="4">
|
||||
<I>Last update: 2007-03-22 15:36:46 CET</I><BR>
|
||||
<I>Last update: 2007-04-19 23:04:43 CEST</I><BR>
|
||||
</FONT></CENTER>
|
||||
|
||||
<P></P>
|
||||
@@ -213,11 +213,17 @@ to this.
|
||||
mkCN : N2 -> CN ; -- son
|
||||
mkCN : N3 -> CN ; -- flight
|
||||
mkCN : AP -> CN -> CN ; -- big house
|
||||
mkCN : AP -> N -> CN ; -- big house
|
||||
mkCN : CN -> AP -> CN ; -- big house
|
||||
mkCN : N -> AP -> CN ; -- big house
|
||||
mkCN : CN -> RS -> CN ; -- house that John owns
|
||||
mkCN : N -> RS -> CN ; -- house that John owns
|
||||
mkCN : CN -> Adv -> CN ; -- house on the hill
|
||||
mkCN : N -> Adv -> CN ; -- house on the hill
|
||||
mkCN : CN -> SC -> CN ; -- fact that John smokes, question if he does
|
||||
mkCN : CN -> NP -> CN -- number x, numbers x and y
|
||||
mkCN : N -> SC -> CN ; -- fact that John smokes, question if he does
|
||||
mkCN : CN -> NP -> CN ; -- number x, numbers x and y
|
||||
mkCN : N -> NP -> CN -- number x, numbers x and y
|
||||
} ;
|
||||
</PRE>
|
||||
<P></P>
|
||||
@@ -320,6 +326,6 @@ to this.
|
||||
</PRE>
|
||||
<P></P>
|
||||
|
||||
<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) -->
|
||||
<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) -->
|
||||
<!-- cmdline: txt2tags -thtml -\-toc api/Constructors.txt -->
|
||||
</BODY></HTML>
|
||||
|
||||
Reference in New Issue
Block a user