From f717bc4553c166a770ade844e32b61ffaaa84225 Mon Sep 17 00:00:00 2001 From: bringert Date: Sat, 21 Apr 2007 10:24:36 +0000 Subject: [PATCH] Updated gfdoc --- lib/resource-1.0/doc/gfdoc/Constructors.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/resource-1.0/doc/gfdoc/Constructors.html b/lib/resource-1.0/doc/gfdoc/Constructors.html index 85c83129a..cc82f1511 100644 --- a/lib/resource-1.0/doc/gfdoc/Constructors.html +++ b/lib/resource-1.0/doc/gfdoc/Constructors.html @@ -6,7 +6,7 @@

Constructors: the High-Level Syntax API

-Last update: 2007-04-21 12:01:55 CEST
+Last update: 2007-04-21 12:23:25 CEST

@@ -138,7 +138,8 @@ 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 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 -> Adv -> Cl -- John is here } ;