tor-browser

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

textanalysis3xml.xml (838B)


      1 <?xml version="1.0"?>
      2 <text>
      3  <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
      4    <its:param name="taCityParam">dublin</its:param>
      5    <its:param name="taCapitalParam">capital</its:param>
      6    <its:textAnalysisRule selector="/text/body/p/*[@id='dublin']"
      7      taClassRefPointer="@classref"
      8      taIdentRefPointer="@identref"/>
      9    <its:textAnalysisRule selector="/text/body/p/*[@id='capital']"
     10      taClassRefPointer="@classref"
     11      taSourcePointer="@source"
     12      taIdentPointer="@ident"/>
     13  </its:rules>
     14  <body>
     15    <p><span classref="http://nerd.eurecom.fr/ontology#Location" id="dublin" identref="http://dbpedia.org/resource/Dublin">Dublin</span> is the <span id="capital" classref="http://nerd.eurecom.fr/ontology#City" source="Wordnet3.0" ident="301467919">capital</span> of Ireland.</p>
     16  </body>
     17 </text>