diff options
| author | aarne <unknown> | 2005-05-23 20:16:29 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-05-23 20:16:29 +0000 |
| commit | 04f6e91ee89d8f0c743f031e41daaa884ae45333 (patch) | |
| tree | c077b5cf19b6a2d554be729b59353bbb889b2da1 /doc | |
| parent | f4a453c1199a8a18a2561b843a169151306d578d (diff) | |
disc. cont in tut
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/tutorial/gf-tutorial2.html | 18 |
1 files changed, 9 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: <p> -The following grammar defines transitive verbs as a +The first of the following judgements defines transitive verbs as a <b>discontinuous constituents</b>, 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. <pre> - + lincat TV = {s : Number => Str ; s2 : Str} ; + lin ComplTV tv obj = {s = \\n => tv.s ! n ++ obj.s ++ tv.s2} ; </pre> +<p> +GF currently requires that all fields in linearization records that +have a table with value type <tt>Str</tt> have as labels +either <tt>s</tt> or <tt>s</tt> with an integer index. -<!-- NEW --> -<h4></h4> - - -<!-- NEW --> -<h4></h4> |
