

<document id="81043636">
 <!--  Document composed of three sections:
        1. news article text,
        2. readers' commentaries and
        3. labelled links

     Text and commentaries come sentence-split and pre-tokenised.
 -->

 <!-- ARTICLE TEXT -->
 <articleText>
  <s id="0"> Here sentence 1.
  </s>
  ...
  <s id="99">
  </s>
 </articleText>

 <!-- COMMENTARIES -->
 <commentaries>
  <comment id="c0" bloggerId="?">
   <s id="100"> Here sentence 100 (all sentences through text and commentaries have a unique id).
   </s>
   ...
  </comment>
  ...
 </commentaries>

 <!-- LABELLED LINKS -->
 <links>
  <link id="l0" com_sentence="116" art_sentence="0">
    <argument label="in_favour" />
    <sentiment label="neutral" />
  </link>
  ...
 </links>

</document>
