Author: buildbot
Date: Wed May 30 08:02:12 2012
New Revision: 819586
Log:
Staging update by buildbot for stanbol
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 Wed May 30 08:02:12 2012
@@ -1 +1 @@
-1344133
+1344139
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
Wed May 30 08:02:12 2012
@@ -93,8 +93,10 @@
<p>The last section of this document provides a more detailed look at those
usage scenarios.</p>
</li>
</ol>
-<p>This document first specifies the Enhancement Structure consisting of the
Ontology as well as additional rules <a href="engines">EnhancementEngine</a>s
need to consider when writing Enhancement. In the second part this document
focuses more on the consumption of Enhancements by users of the Stanbol
Enhancer.</p>
-<h2 id="overview">Overview</h2>
+<p>This document follows a similar structure. While the first part goes into
the detail of the Stanbol Enhancement Structure as integral part of the Stanbol
Enhancer the second part focuses on the consumption of the
EnhancementResults.</p>
+<p>While the first part is intended to be read by Developers that want to
extend the Stanbol Enhancer (e.g. implement there own <a
href="engines">EnhancementEngine</a>s) the target audience of the second part
are typical users of the Stanbol Enhancer.</p>
+<hr />
+<h1 id="part-1-the-stanbol-enhancement-structure">PART 1: The Stanbol
Enhancement Structure</h1>
<p>The Stanbol Enhancement Structure is a central part of the <a
href="index.html">Stanbol Enhancer</a> architecture as it represents the
binding element between the <a href="contentitem.html">ContentItem</a> analyzed
by the the <a href="engines">EnhancementEngine</a>s as configured by an <a
href="chains">EnhancementChain</a>. Together with the <a href="content
item.html#content-parts">ContentParts</a> it represents the state that is
constantly updated during the enhancement process.</p>
<p>The following graphic provides an overview on how the EnhancementStructure
is used by the Stanbol Enhancer to formally represent the enhancement
results.</p>
<p><img alt="EnhancementStructure Overview" src="enhancementstructure.png"
title="Overview of the Stanbol Enhancement Structure showing 'Bob Marley'
recognized as Person within the parsed Text with two suggested Entities 'Bob
Marley' the musician and 'Bob Marley' the comedian" /></p>
@@ -195,6 +197,9 @@
<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>
+<hr />
+<h1 id="part-2-using-the-stanbol-enhancement-structure">Part 2: Using the
Stanbol Enhancement Structure</h1>
+<p>TODO: Work in progress</p>
</div>
<div id="footer">