tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

mtconfidence4html.html (741B)


      1 <!DOCTYPE html>
      2 <html lang=en>
      3  <head>
      4    <meta charset=utf-8>
      5    <title>Example of MT Confidence with annotator references.</title>
      6    <link href="mtconfidence4htmlrules.xml" rel="its-rules"> 
      7  </head>
      8  <body its-annotators-ref="mt-confidence|file:///tools.xml#T1" >
      9    <p its-annotators-ref="text-analysis|file:///tools.xml#T2" >
     10      <span  id="ireland">Dublin is the capital city of Ireland and has the 50th biggest population density in Europe.</span>
     11      <span id="spain">Madrid is the capital of Spain.</span>
     12      <span  its-annotators-ref="mt-confidence|file:///tools.xml#T3" id="germany">Berlin is the capital of Germany.</span>
     13      <span  id="england">London is the capital of England</span>
     14    </p>
     15 </body>
     16 </html>