diff --git a/doc/tutorial/gf-tutorial2.html b/doc/tutorial/gf-tutorial2.html index 2ca7949cc..80b19795a 100644 --- a/doc/tutorial/gf-tutorial2.html +++ b/doc/tutorial/gf-tutorial2.html @@ -1239,11 +1239,45 @@ the adjectival paradigm in which the two singular forms are the same, can be def } + + +

Discontinuous constituents

+ +A linearization type may contain more strings than one. +An example of where this is useful are English particle +verbs, such as switch off. The linearization of +a sentence may place the object between the verb and the particle: +he switched it off. + +

+ +The following grammar defines transitive verbs as a +discontinuous constituents, i.e. as having a linearization +type with two strings and not just one: +

+  
+
+ + + + +

+ + + +

+ + +

Topics still to be written

-Discontinuous constituents +Free variation + +

+ +Record extension, tuples