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 2014/01/22 11:18:59 UTC

svn commit: r895076 - in /websites/staging/stanbol/trunk/content: ./ docs/trunk/enhancementusage.html

Author: buildbot
Date: Wed Jan 22 10:18:58 2014
New Revision: 895076

Log:
Staging update by buildbot for stanbol

Modified:
    websites/staging/stanbol/trunk/content/   (props changed)
    websites/staging/stanbol/trunk/content/docs/trunk/enhancementusage.html

Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jan 22 10:18:58 2014
@@ -1 +1 @@
-1551875
+1560304

Modified: websites/staging/stanbol/trunk/content/docs/trunk/enhancementusage.html
==============================================================================
--- websites/staging/stanbol/trunk/content/docs/trunk/enhancementusage.html (original)
+++ websites/staging/stanbol/trunk/content/docs/trunk/enhancementusage.html Wed Jan 22 10:18:58 2014
@@ -91,7 +91,7 @@
     <h1 class="title">Making use of Apache Stanbol Enhancements</h1>
     <p>This document describes how to implement client side, i.e. user interface components by using the <a href="components/enhancer/enhancementstructure.html">enhancement results</a> returned by the <a href="components/enhancer">Apache Stanbol Enhancer</a>. It does so by using three different scenarios:</p>
 <ul>
-<li><strong>Entity Tagging</strong> - replacing text based tags such as "Bob Marley" with entities - <a href="dbpedia.org/resource/Bob_Marley">dbpedia:Bob_Marley</a> - to improve content search and categorization. As added value this can also be used for mashups with already available information about linked entities and search engine optimization by <a href="http://schema.org/docs/datamodel.html">including metadata</a> of tagged entities within the content.</li>
+<li><strong>Entity Tagging</strong> - replacing text based tags such as "Bob Marley" with entities - <a href="http://dbpedia.org/resource/Bob_Marley">dbpedia:Bob_Marley</a> - to improve content search and categorization. As added value this can also be used for mashups with already available information about linked entities and search engine optimization by <a href="http://schema.org/docs/datamodel.html">including metadata</a> of tagged entities within the content.</li>
 <li><strong>Entity Disambiguation</strong> - enhance the entity tagging experience by explicit support for disambiguation between different suggested entities. This allows users to explicitly link to Paris (Texas), Bob Marley (Comedian) or in between any other entities that do share similar labels.</li>
 <li><strong>Entity Checker</strong> - interact with extracted entities similar as with todays spellchecker: Show extracted/suggested dirtily within the content; Allow users to interact with suggestions and to disambiguate between different matches if necessary; Support search for additional/other entities.</li>
 </ul>