From 5664f4da9e09ccf8b712a5b939c15893b94c895f Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 7 Sep 2006 09:55:49 +0000 Subject: simplified recursive search of labels --- doc/resource.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/resource.txt b/doc/resource.txt index 34d0e4be7..6ae274c35 100644 --- a/doc/resource.txt +++ b/doc/resource.txt @@ -584,7 +584,6 @@ and an optional tailing vocative ("John", "please"). The richest of the categories below Utterance is ``S``, Sentence. A Sentence is formed from a Clause (``Cl``), by fixing its Tense, Anteriority, and Polarity. -The difference between Sentence and Clause is thus also rather technical. For example, each of the following strings has a distinct syntax tree in the category Sentence: ``` @@ -600,6 +599,9 @@ in the category Sentence: ``` whereas in the category Clause all of them are just different forms of the same tree. +The difference between Sentence and Clause is thus also rather technical. +It may not correspond exactly to any standard usage of the terms +"clause" and "sentence". Figure 1 shows a type-annotated syntax tree of the Text "John walks." and gives an overview of the structural levels. -- cgit v1.2.3