Skip to content

Commit

Permalink
Updated disambiguation/html/disambiguation5html input and output (ten…
Browse files Browse the repository at this point in the history
…tative)
  • Loading branch information
ysavourel committed Jan 23, 2013
1 parent 5716f69 commit 44459d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -12,7 +12,7 @@
/html/body[1]/p[1]/span[1]/@id
/html/body[1]/p[1]/span[1]/@property
/html/body[1]/p[1]/span[1]/@typeof
/html/body[1]/p[1]/span[2] disambigClass="capital" disambigGranularity="lexical-concept" disambigIdent="301467919" disambigSource="Wordnet3.0"
/html/body[1]/p[1]/span[2] disambigClassRef="http://nerd.eurecom.fr/ontology#City" disambigGranularity="lexical-concept" disambigIdent="301467919" disambigSource="Wordnet3.0"
/html/body[1]/p[1]/span[2]/@about
/html/body[1]/p[1]/span[2]/@id
/html/body[1]/p[1]/span[2]/@property
Expand Down
4 changes: 2 additions & 2 deletions its2.0/inputdata/disambiguation/html/disambiguation5html.html
Expand Up @@ -9,7 +9,7 @@
disambigGranularity="entity"
disambigIdentRefPointer="@property"/>
<its:disambiguationRule selector="//h:body/h:p/h:*[@id=$disambigCapitalParam]"
disambigClassPointer="@typeof"
disambigClassRefPointer="@typeof"
disambigGranularity="lexical-concept"
disambigSourcePointer="@property"
disambigIdentPointer="@about"/>
Expand All @@ -19,6 +19,6 @@
<title>Entity: Local Test</title>
</head>
<body>
<p><span id="dublin" typeof="http://nerd.eurecom.fr/ontology#Place" property="http://dbpedia.org/resource/Dublin">Dublin</span> is the <span id="capital" typeof="capital" about="301467919" property="Wordnet3.0">capital</span> of Ireland.</p>
<p><span id="dublin" typeof="http://nerd.eurecom.fr/ontology#Place" property="http://dbpedia.org/resource/Dublin">Dublin</span> is the <span id="capital" typeof="http://nerd.eurecom.fr/ontology#City" about="301467919" property="Wordnet3.0">capital</span> of Ireland.</p>
</body>
</html>

0 comments on commit 44459d8

Please sign in to comment.