You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bu...@apache.org on 2012/06/19 07:21:50 UTC

svn commit: r822327 - in /websites/staging/stanbol/trunk/content: ./ stanbol/docs/trunk/enhancer/enhancementstructure.html stanbol/docs/trunk/enhancer/es_topicannotation.png

Author: buildbot
Date: Tue Jun 19 05:21:50 2012
New Revision: 822327

Log:
Staging update by buildbot for stanbol

Added:
    websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/es_topicannotation.png   (with props)
Modified:
    websites/staging/stanbol/trunk/content/   (props changed)
    websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.html

Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 19 05:21:50 2012
@@ -1 +1 @@
-1351433
+1351570

Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.html Tue Jun 19 05:21:50 2012
@@ -165,6 +165,8 @@
 <li>selection of a part (e.g. chapter, sentence): The preferred way is to define start/end positions. selected-text and selection-context are inefficient for bigger section as they would duplicate those sections of the content with the RDF graph as literals.</li>
 <li>Selection of words, word-phrases: In this case it is highly recommended to define start/end as well as selected-text/selection-context. Especially the selected-text and selection-context are important to calculate the exact position of an enhancement in non-plain-text content (e.g. HTML fragments).</li>
 </ul>
+<p>The following figure shows an fise:TextAnnotation used to mark the occurrence of Named Entity "Bob Marley" form character  59 to 69 in the given Content.</p>
+<p><img alt="'fise:TextAnnotation'" src="enhancer/es_textannotation.png" title="This figure shows a TextAnnotation describing the occurrence of &quot;Bob Marley&quot; located from character 59 to 69 in the given text" /></p>
 <p>NOTE: In future version TextAnnotations might switch to a Model that uses</p>
 <ul>
 <li>fise:selection-prefix: some words/characters before the selected section.</li>
@@ -182,6 +184,8 @@
 <li><strong>entityhub:site</strong> (optional, single)_: The name of the Entityhub ReferencedSite managing the the suggested Entity. If this property is present users can dereference the suggested Entity with a GET request to "{stanbol}/entityhub/site/{site-name}/entity?id={entity}" where {site-name} is the value of this property and {entity} is the value of the "fise:entity-reference" property. 
     NOTE: the values "local" and "entityhub" need to be treated separately. In those cases the GET request need to use "{stanbol}/entityhub/entity?id={entity}".</li>
 </ul>
+<p>The following figure shows an fise:EntityAnnotation for the Entity <a href="http:dbpedia.org/resource/Bob_Marley">'dbpedia:Bob_Marley'</a>.</p>
+<p><img alt="'fise:EntityAnnotation' example" src="es_entityannotation.png" title="This Example shown an EntityAnnotation that suggests the Entity 'dbpedia:Bob_Marley' for the TextAnnotation" /></p>
 <h3 id="fisetopicannotation">fise:TopicAnnotation</h3>
 <p>TopicAnnotation are used to categorize/classify the parsed content along some categorization system. This is done by suggesting/linking Topics of that categorization system for (possible parts) of the parsed content. A "fise:TextAnnotation" is used to select the part of the content where the linked topics apply.</p>
 <ul>
@@ -192,6 +196,8 @@
 <li><strong>entityhub:site</strong> (optional, single)_: The name of the Entityhub ReferencedSite managing the the suggested Entity. If this property is present users can dereference the suggested Entity with a GET request to "{stanbol}/entityhub/site/{site-name}/entity?id={entity}" where {site-name} is the value of this property and {entity} is the value of the "fise:entity-reference" property. 
     NOTE: the values "local" and "entityhub" need to be treated separately. In those cases the GET request need to use "{stanbol}/entityhub/entity?id={entity}".</li>
 </ul>
+<p>The following figure shows a fise:TopicAnnotation suggesting the skos:Concept "Boxing" from the <a href="http://cv.iptc.org/newscodes/subjectcode/">IPTC Subject Codes</a>. The figure shows also that the Boxing category has Sport as an browser one.</p>
+<p><img alt="'fise:EntityAnnotation' example" src="es_topicannotation.png" title="This Example shown a TopicAnnotation that suggests the Category 'iptc-subjectcode:15014000'" /></p>
   </div>
   
   <div id="footer">

Added: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/es_topicannotation.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/es_topicannotation.png
------------------------------------------------------------------------------
    svn:mime-type = image/png