From 35b87d8b7a8654d12ce2c3a5fe3cebafb2e18c3c Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 23 May 2005 20:16:29 +0000 Subject: [PATCH] disc. cont in tut --- doc/tutorial/gf-tutorial2.html | 18 +++++++++--------- examples/stoneage/mkStoneage.gfs | 1 + 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/tutorial/gf-tutorial2.html b/doc/tutorial/gf-tutorial2.html index 80b19795a..0254a7465 100644 --- a/doc/tutorial/gf-tutorial2.html +++ b/doc/tutorial/gf-tutorial2.html @@ -1251,21 +1251,21 @@ a sentence may place the object between the verb and the particle:

-The following grammar defines transitive verbs as a +The first of the following judgements defines transitive verbs as a discontinuous constituents, i.e. as having a linearization -type with two strings and not just one: +type with two strings and not just one. The second judgement +shows how the constituents are separated by the object in complementization.

-  
+  lincat TV = {s : Number => Str ; s2 : Str} ;
+  lin ComplTV tv obj = {s = \\n => tv.s ! n ++ obj.s ++ tv.s2} ;
 
+

+GF currently requires that all fields in linearization records that +have a table with value type Str have as labels +either s or s with an integer index. - -

- - - -

diff --git a/examples/stoneage/mkStoneage.gfs b/examples/stoneage/mkStoneage.gfs index df58bdb1c..824e67310 100644 --- a/examples/stoneage/mkStoneage.gfs +++ b/examples/stoneage/mkStoneage.gfs @@ -1,6 +1,7 @@ i -src -conversion=nondet -optimize=share examples/stoneage/StoneageEng.gf i -src -conversion=nondet -optimize=share examples/stoneage/StoneageFre.gf i -src -conversion=nondet -optimize=share examples/stoneage/StoneageIta.gf +i -src -conversion=nondet -optimize=share examples/stoneage/StoneageSpa.gf i -src -conversion=nondet -optimize=share examples/stoneage/StoneageNor.gf i -src -conversion=nondet -optimize=share examples/stoneage/StoneageSwe.gf pm -printer=gfcm | wf stoneage.gfcm \ No newline at end of file