@@ -1215,7 +1215,7 @@ sake of readability).
1215
1215
last, tenth, column can be used for miscellaneous information, such as
1216
1216
whether or not there is space to add after the token when joining them.
1217
1217
Empty columns are marked with <code >_</code >. Note that, by convention,
1218
- the index for the unrepresented, <soCalled >virtual</soCalled > root node
1218
+ the index for the unrepresented, <soCalled >virtual</soCalled >, root node
1219
1219
is 0.</p >
1220
1220
<p >A graphical rendition of this example is given below in terms of an
1221
1221
annotated dependency graph.</p >
@@ -1233,17 +1233,17 @@ sake of readability).
1233
1233
<ident type =" class" >att.linguistic.dependency</ident > classes, the
1234
1234
above example can be encoded as follows:
1235
1235
<egXML xmlns =" http://www.tei-c.org/ns/Examples" >
1236
- <s n = " 0 " >
1236
+ <s >
1237
1237
<w n =" 1" head =" 2" deprel =" nsubj" pos =" PRON" lemma =" they" >They</w >
1238
1238
<w n =" 2" head =" 0" deprel =" root" pos =" VERB" lemma =" buy" >buy</w >
1239
1239
<w n =" 3" head =" 2" deprel =" obj" pos =" NOUN" lemma =" book" join =" right" >books</w >
1240
1240
<pc n =" 4" head =" 2" deprel =" punct" pos =" PUNCT" lemma =" ." >.</pc >
1241
1241
</s >
1242
1242
</egXML >
1243
1243
Here, the <att >n</att > attribute represents the node index of the
1244
- tokens marked up with <gi >w</gi > and <gi >pc</gi > elements; the node
1245
- index <val >0</val > for the root is given on the parent < gi >s</ gi >
1246
- element . Dependency relations are encoded by means of <att >head</att >
1244
+ tokens marked up with <gi >w</gi > and <gi >pc</gi > elements; the
1245
+ index <val >0</val > for the < soCalled >virtual</ soCalled > root node is left
1246
+ implicit . Dependency relations are encoded by means of <att >head</att >
1247
1247
attributes of <gi >w</gi > and <gi >pc</gi > elements in terms of the node
1248
1248
index of their syntactic head. Labels for the types of the dependency
1249
1249
relation are provided as the value of the <att >deprel</att > attributes on
@@ -1277,7 +1277,7 @@ sake of readability).
1277
1277
<p >For convenience, those additional arcs are rendered as curves.</p >
1278
1278
<p >The above example may be encoded as follows:
1279
1279
<egXML xmlns =" http://www.tei-c.org/ns/Examples" >
1280
- <s n = " 0 " >
1280
+ <s >
1281
1281
<w n =" 1" head =" 2 4" deprel =" nsubj nsubj" pos =" PRON PRP" msd =" Case=Nom|Number=Plur" lemma =" they" >They</w >
1282
1282
<w n =" 2" head =" 0" deprel =" root" pos =" VERB VBP" msd =" Number=Plur|Person=3|Tense=Pres" lemma =" buy" >buy</w >
1283
1283
<w n =" 3" head =" 4" deprel =" cc" pos =" CCONJ CC" lemma =" and" >and</w >
0 commit comments