diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-09-07 09:55:49 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-09-07 09:55:49 +0000 |
| commit | 5664f4da9e09ccf8b712a5b939c15893b94c895f (patch) | |
| tree | dc0923af5b077b17ffdec3d4af1c8563db44240f /doc | |
| parent | dbc874d62f6b771609e1349c596cf7ae8623375b (diff) | |
simplified recursive search of labels
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/resource.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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. |
