mtconfidence5html.html (807B)
1 <!DOCTYPE html> 2 <html lang=en> 3 <head> 4 <meta charset=utf-8> 5 <title>Sentences about European capitals.</title> 6 <script type="application/its+xml"> 7 <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml" version="2.0"> 8 <its:param name="mtParam">ireland</its:param> 9 <its:mtConfidenceRule selector="/h:html/h:body/h:p/h:span[@id=$mtParam]" mtConfidence="0.8982"/> 10 </its:rules> 11 </script> 12 </head> 13 <body> 14 <p its-annotators-ref="mt-confidence|file:///tools.xml#T1"> 15 <span id="ireland"> Dublin is the capital of Ireland.</span> 16 <span> The capital of the Czech Republic is Prague.</span> 17 <span>Madrid is the capital of Spain.</span> 18 <span>Berlin is the capital of Germany.</span> 19 </p> 20 </body> 21 </html>