tor-browser

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

textanalysis7xml.xml (645B)


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