forked from GitHub/gf-core
Updated gfdoc.
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-04-21 12:23:25 CEST</I><BR>
|
||||
<I>Last update: 2007-04-21 12:43:52 CEST</I><BR>
|
||||
</FONT></CENTER>
|
||||
|
||||
<P></P>
|
||||
@@ -138,8 +138,10 @@ to this.
|
||||
mkCl : NP -> RS -> Cl ; -- it is you who did it
|
||||
mkCl : Adv -> S -> Cl ; -- it is yesterday she arrived
|
||||
mkCl : NP -> Cl ; -- there is a house
|
||||
mkCl : NP -> AP -> Cl ; -- John is warmer than Mary
|
||||
mkCl : NP -> AP -> Cl ; -- John is nice and warm
|
||||
mkCl : NP -> A -> Cl ; -- John is warm
|
||||
mkCl : NP -> A -> NP -> Cl; -- John is warmer than Mary
|
||||
mkCl : NP -> A2 -> NP -> Cl; -- John is married to Mary
|
||||
mkCl : NP -> NP -> Cl ; -- John is a man
|
||||
mkCl : NP -> Adv -> Cl -- John is here
|
||||
} ;
|
||||
@@ -235,10 +237,12 @@ More determiners are available in the Structural module
|
||||
mkCN : N3 -> NP -> NP -> CN ; -- flight from Moscow (to Paris)
|
||||
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 : AP -> CN -> CN ; -- nice and big blue house
|
||||
mkCN : AP -> N -> CN ; -- nice and big house
|
||||
mkCN : CN -> AP -> CN ; -- nice and big blue house
|
||||
mkCN : N -> AP -> CN ; -- nice and big house
|
||||
mkCN : A -> CN -> CN ; -- big blue house
|
||||
mkCN : A -> N -> 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
|
||||
|
||||
Reference in New Issue
Block a user