Author: buildbot
Date: Wed Jul 4 04:33:22 2012
New Revision: 824375
Log:
Staging update by buildbot for stanbol
Modified:
websites/staging/stanbol/trunk/content/ (props changed)
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/index.html
Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jul 4 04:33:22 2012
@@ -1 +1 @@
-1356629
+1357066
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/index.html
==============================================================================
---
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/index.html
(original)
+++
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/index.html
Wed Jul 4 04:33:22 2012
@@ -178,30 +178,14 @@
<p><em>Note that the "org.apache.stanbol.enhancer.servicesapi" module also
provides a set of "**Helper" utility classes (e.g. ContentItemHelper,
EnhancementEngineHelper â¦). It is highly recommended for users to use the
functionality provided by such helpers when working with the according classes
of the Stanbol Enhancer.</em></p>
<p><a name="Enhancement_Structure"></a></p>
<h3 id="enhancement-structure">Enhancement Structure</h3>
-<p>The enhancement structure for Apache Stanbol is been described <a
href="http://wiki.iks-project.eu/index.php/EnhancementStructure">here</a> in
full. It defines the types and properties used for the resulting metadata graph
of Apache Stanbol.</p>
-<p><em>Note: The currently used Enhancement Structure was defined before the
incubation to Apache. There is a proposal and ongoing discussion to update this
structure in the future however the decision was to keep the current Structure
until a first Release.</em></p>
-<p>Each enhancement type description which contains the following important
properties:</p>
+<p>The enhancement structure for Apache Stanbol is been described <a
href="enhancementstructure.html">here</a> in full. It defines the types and
properties used for the resulting metadata graph of the Stanbol Enhancer.</p>
+<p>The enhancement structure defines three main types of Annotations:</p>
<ul>
-<li>creator: the specific enhancement engine creating this enhancement</li>
-<li>creation time: the local system time, when the annotation was created</li>
-<li>extracted-from: the content item for the enhancement. This links to the ID
of the content item as assigned by Apache Stanbol.</li>
-<li>type: the type of the enhancement (e.g. Location, Person, Location,
Concept ...).</li>
-<li>confidence: The level of confidence in the range from 0 to 1 </li>
-</ul>
-<p>A text annotation type provides metadata for the selected text. This is
intended to be used in addition to the enhancement type if an enhancement is
based on a part of the content.</p>
-<ul>
-<li>start: the character position of the start of the selection. If start is
not defined it is assumed, that the selection starts at the beginning of the
document</li>
-<li>end: the character position of the end of the selection. If end is not
defined it is assumed, that the selection ends at the end of the document.</li>
-<li>selected-text: The text selected by the enhancement. (optional).</li>
-<li>selection-context: The context of the selected text. This adds the
possibility to specify the context used to extract entities such as persons,
organizations, locations ... from natural language documents.</li>
-</ul>
-<p>The entity annotation type refers to named entities which have been
recognized within the content. This type is intended to be used together with
the FISE enhancement type.</p>
-<ul>
-<li>entity-reference: This refers to the URI identifying the Entity</li>
-<li>entity-label: The label(s) of the referred entity</li>
-<li>entity-type: This property can be used to specify the type of the entity
(optional) </li>
-<li>The occurrences of the entity within the content (the exact positions
within the text where this entity is referred) are determined by outgoing
dc:relation links.</li>
+<li><a href="enhancementstructure.html#fisetextannotation">TextAnnotaitons</a>
- describing the occurrence of an extracted feature within the parsed text.</li>
+<li><a
href="enhancementstructure.html#fiseentityannotation">EntityAnnotaitons</a> -
suggesting an entity for an mention within the text (e.g. <a
href="http://dbpedia.org/resource/International_Monetary_Fund">dbpedia:International_Monetary_Fund</a>
for the mention "IMF" in the analyzed Text). In that case the mention would be
represented by a TextAnnotation.</li>
+<li><a
href="enhancementstructure.html#fisetopicannotation">TopicAnnotaitons</a> - for
assigning the parsed document (or parts of the document) to topics and
categories.</li>
</ul>
+<p>In addition all annotations created by the Stanbol Enhancer do also provide
additional meta information defined by the <a
href="enhancementstructure.html#fiseenhancement">Enhancement</a> class.</p>
<p><a name="List_of_Engines"></a></p>
<h2 id="list-of-available-enhancement-engines">List of Available Enhancement
Engines</h2>
<p>Apache Stanbol comes with a <a href="engines/list.html">list of enhancement
engines implementations</a>. These engines are supported by the Apache Stanbol
community. If you would like to implement your own enhancement engine, you
should go on reading this documentation.</p>