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/18 20:07:37 UTC

svn commit: r822272 - in /websites/staging/stanbol/trunk/content: ./ stanbol/docs/trunk/contentenhancement.html

Author: buildbot
Date: Mon Jun 18 18:07:36 2012
New Revision: 822272

Log:
Staging update by buildbot for stanbol

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

Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 18 18:07:36 2012
@@ -1 +1 @@
-1351326
+1351433

Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/contentenhancement.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/contentenhancement.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/contentenhancement.html Mon Jun 18 18:07:36 2012
@@ -79,149 +79,81 @@
   <div id="content">
     <h1 class="title">Using Apache Stanbol for enhancing textual content</h1>
     <p>For enhancing content you simply post plain text content to the Enhancement Engines and you will get back enhancement data. The enhancement process is stateless, so neither your content item, nor the enhancements will be stored. </p>
-<p>You can test this via the [web interface of the engines][stan-engines] or from console via</p>
-<div class="codehilite"><pre><span class="n">curl</span> <span class="o">-</span><span class="n">X</span> <span class="n">POST</span> <span class="o">-</span><span class="n">H</span> <span class="s">&quot;Accept: text/turtle&quot;</span> <span class="o">-</span><span class="n">H</span> <span class="s">&quot;Content-type: text/plain&quot;</span> <span class="o">\</span>
-<span class="o">--</span><span class="n">data</span> <span class="s">&quot;The Stanbol enhancer can detect famous cities such as Paris \</span>
-<span class="s">and people such as Bob Marley.&quot;</span> <span class="n">http:</span><span class="sr">//</span><span class="n">localhost:8080</span><span class="o">/</span><span class="n">engines</span>
+<p>You can test this via the <a href="http://localhost:8080/enhancer">Web interface</a> of the Stanbol Enhancer - http://{host}:{port}/enhancer or from the console using the CURL command.</p>
+<div class="codehilite"><pre>curl -X POST -H <span class="s2">&quot;Accept: text/turtle&quot;</span> -H <span class="s2">&quot;Content-type: text/plain&quot;</span> <span class="se">\</span>
+--data <span class="s2">&quot;The Stanbol enhancer can detect famous cities such as Paris \</span>
+<span class="s2">and people such as Bob Marley.&quot;</span> http://localhost:8080/engines
 </pre></div>
 
 
-<p>or by using the text examples delivered with Stanbol.</p>
-<div class="codehilite"><pre><span class="k">for</span> <span class="n">file</span> <span class="n">in</span> <span class="n">enhancer</span><span class="sr">/data/</span><span class="n">text</span><span class="o">-</span><span class="n">examples</span><span class="o">/*.</span><span class="n">txt</span><span class="p">;</span>
+<p>The following script sends the contents of the text-examples folder to the Stanbol Enhancer.</p>
+<div class="codehilite"><pre><span class="k">for</span> <span class="n">file</span> <span class="n">in</span> <span class="n">enhancer</span><span class="sr">/data/</span><span class="n">text</span><span class="o">-</span><span class="n">examples</span><span class="o">/*.*</span><span class="p">;</span>
 <span class="k">do</span>
-<span class="n">curl</span> <span class="o">-</span><span class="n">X</span> <span class="n">POST</span> <span class="o">-</span><span class="n">H</span> <span class="s">&quot;Accept: text/turtle&quot;</span> <span class="o">-</span><span class="n">H</span> <span class="s">&quot;Content-type: text/plain&quot;</span> <span class="o">-</span><span class="n">T</span> <span class="nv">$file</span> <span class="n">http:</span><span class="sr">//</span><span class="n">localhost:8080</span><span class="o">/</span><span class="n">engines</span><span class="p">;</span>
+    <span class="n">curl</span> <span class="o">-</span><span class="n">X</span> <span class="n">POST</span> <span class="o">-</span><span class="n">H</span> <span class="s">&quot;Accept: text/turtle&quot;</span> <span class="o">-</span><span class="n">H</span> <span class="s">&quot;Content-type: text/plain&quot;</span> <span class="o">\</span>
+        <span class="o">-</span><span class="n">T</span> <span class="nv">$file</span> <span class="n">http:</span><span class="sr">//</span><span class="n">localhost:8080</span><span class="o">/</span><span class="n">enhancer</span><span class="p">;</span>
 <span class="n">done</span>
 </pre></div>
 
 
-<p>Content items in formats other than plain text can be tested via the [web interface of contenthub][stan-contenthub] or via the console by attaching files. (The Metaxa Engine needs to be activated).</p>
-<h2 id="using-the-enhancement-engines">Using the enhancement engines</h2>
-<p>Apache Stanbol starts with a number of active enhancement engines by default. You can activate or deactivate engines as well as configure them to your needs via the [OSGI administration console][stan-admin].</p>
-<p>For the enhancement engines, a workflow for the enhancement process is defined as pre-processing, content-extraction, extraction-enhancement, default and post-processing. </p>
-<p>The following pre-processing engines are available:</p>
-<ul>
-<li>
-<p>The <strong>Language Identification Engine</strong> detects several European languages of the content items you want to process.</p>
-</li>
-<li>
-<p>The <strong>Metaxa Engine</strong> extracts embedded metadata and textual content from a large variety of document types and formats.</p>
-</li>
-</ul>
-<p>For content extraction / natural language processing one engine is available:</p>
-<ul>
-<li>The <strong>Named Entity Extraction Enhancement Engine</strong> leverages the sentence detector and name finder tools of the OpenNLP project bundled with statistical models trained to detect occurrences of names of persons, places and organizations.</li>
-</ul>
-<p>The extracted items will then be enhanced by a dedicated engine:</p>
-<ul>
-<li>The <strong>Named Entity Tagging Engine</strong> provides according suggestions from dbpedia (default) and other references sites for entities extracted by the NER engine .</li>
+<p>The Stanbol Enhancer can also enhancer non-plain-text files. In this case <a href="http://tika.apache.org">Apache Tika</a> - via the <a href="enhancer/engines/tikaengine.html">Tika Engine</a> is used to extract the plain text from those files (see the <a href="http://tika.apache.org">Apache Tika</a> documentation for supported file formats).</p>
+<h2 id="configuring-and-using-enhancement-chains">Configuring and Using Enhancement Chains</h2>
+<p>The Stanbol Enhancer supports multiple <a href="enhancer/chains">Enhancement Chains</a>. This feature allows to configure use multiple processing chains for parsed content within the same Stanbol Instance.</p>
+<p>Chains are build based on an <a href="enhancer/chains/executionpla.html">Execution Plan</a> referencing one or more <a href="enhancer/engines">Enhancement Engines</a> by there name. Users can create and modify EnhancementChains by using the <a href="http://localhost:8080/system/console/configMgr">Configuration Tab</a> of the Apache Felix Webconsole - http://{host}:{port}/system/console/configMgr. There are three different implementations: (1) the self sorting <a href="enhancer/chains/weightedchain.html">Weighted Chain</a>, (2) the <a href="enhancer/chains/listchain.html">List Chain</a> and (3) the <a href="enhancer/chains/graphchain.html">Graph Chain</a> that allows the direct configuration of the execution graph. There is also a (4) <a href="enhancer/chains/defaultchain.html">Default Chain</a> that includes all currently active Enhancement Engines. While this engine is enabled by default most users might want to deactivate it as soon as they have configured there own cha
 ins.</p>
+<p>To configure Enhancement Engine it is essential to understand the intension of the different <a href="enhancer/engines">Enhancement Engine</a> implementations. The <a href="enhancer/engines/list.html">List of all Enhancement Engines</a> managed by the Apache Stanbol Community is available <a href="enhancer/engines/list.html">here</a>. See the documentation of the listed Engines for detailed information.</p>
+<p>The list groups engines by categories: Preprocessing Engines_ typically perform operations on a content scope. This includes plain-text extraction, metadata extraction, language detection. This is followed by Engines that analyses the parsed content. This category currently includes all Natural Language Processing related engines but also would include Image-, Audio- and Viedo- processing. The third category consist of Engines that consume extracted features from the content and perform some kind of semantic lifting on it - e.g. linking extracted features with Entities/Concepts contained in Controlled Vocabularies. Finally Post-Processing Engines can be used to adjust rankings, filter out unwanted enhancements or do other kind of transformations on the Enhancement results.</p>
+<p>A typical Text Processing Enhancement Chain might look like that:</p>
+<ul>
+<li><a href="enhancer/engines/tikaengine.html">tika</a> - to convert parsed content to "text/plain"</li>
+<li><a href="enhancer/engines/langidengine.html">langid</a> - to detect the language of the parsed text</li>
+<li><a href="enhancer/engines/namedentityextractionengine.html">ner</a> - to extract named entities (Persons, Organizations, Places) from the parsed text</li>
+<li><a href="enhancer/engines/namedentitytaggingengine.html">dbpediaLinking</a> - link extracted named entities with Entities defined by <a href="http://dbpedia.org">dbpedia.org</a></li>
+<li><a href="enhancer/engines/keywordlinkingengine.html">myCustomVocExtraction</a> - Keyword Extraction based on a custom built vocabulary - as described by this <a href="customvocabulary.html">usage scenario</a>.</li>
+</ul>
+<p>An other Enhancement Chain using an External service</p>
+<ul>
+<li><a href="enhancer/engines/tikaengine.html">tika</a> - assuming we want to send MS Word dokuments to Zemanta</li>
+<li><a href="enhancer/engines/zemantaengine.html">zemanta</a> - this wraps <a href="http://www.zemanta.com/">Zemanta.com/</a> as Stanbol Enhancement Engine</li>
+</ul>
+<p><em>Tips for configuring Enhancment Chains:</em> </p>
+<ul>
+<li><a href="http://localhost:8080/enhancer/engine">http://{host}:{port}/enhancer/chain</a> provides a list of all configured <a href="enhancer/chains">Enhancement Chains</a>. It also includes direct links to their configurations.</li>
+<li>As one needs to use the names of active <a href="enhancer/engines">Enhancement Engines</a> for the configuration of Enhancement Chains it is very useful to open <a href="http://localhost:8080/enhancer/engine">http://{host}:{port}/enhancer/engine</a> in an other browser window.</li>
+</ul>
+<p>After configuring all the Enhancement Engines and combining them to Enhancement Chains it is important to understand how to inspect and call the configured components via the RESTful API of the Stanbol Enhancer.</p>
+<p>Enhancement requests directly issued to <code>/enhancer</code> (or the old deprecated <code>/engines</code>) endpoint are processed by using the Enhancement Chain with the name "default" or if none with that name the one with the highest "service.ranking" (see <a href="enhancer/chains/#default-chain">here</a> for details). To process content with a specific chain requests need to be issued against <code>/enhancer/chain/{chain-name}</code>. </p>
+<p>Note that it is also possible to enhance content by using a single <a href="enhancer/engines">Enhancement Engine</a>. For that request can be sent to <code>enhancer/engine/{engine-name}</code>. A typical example would be parsing text directly to the <a href="enhancer/engine/langidengine.html">Language Identification Engine</a> to use the Stanbol Enhancer to detect the language of the parsed content.</p>
+<p>To sum up the RESTful API of the Stanbol Enhancer is structured like follows</p>
+<div class="codehilite"><pre><span class="n">GET</span> <span class="o">/</span><span class="n">enhancer</span> <span class="o">-</span> <span class="n">returns</span> <span class="n">the</span> <span class="n">configuration</span> <span class="n">of</span> <span class="n">the</span> <span class="n">Stanbol</span> <span class="n">Enhancer</span>
+<span class="n">GET</span> <span class="sr">/enhancer/c</span><span class="n">hain</span> <span class="o">-</span> <span class="n">returns</span> <span class="n">the</span> <span class="n">configuration</span> <span class="n">of</span> <span class="n">all</span> <span class="n">active</span> <span class="p">[</span><span class="n">Enhancement</span> <span class="n">Chains</span><span class="p">](</span><span class="n">enhancer</span><span class="o">/</span><span class="n">chains</span><span class="p">)</span>
+<span class="n">GET</span> <span class="sr">/enhancer/</span><span class="n">engine</span> <span class="o">-</span> <span class="n">returns</span> <span class="n">the</span> <span class="n">configuration</span> <span class="n">of</span> <span class="n">all</span> <span class="n">active</span> <span class="p">[</span><span class="n">Enhancement</span> <span class="n">Engines</span><span class="p">](</span><span class="n">enhancer</span><span class="o">/</span><span class="n">engines</span><span class="p">)</span>
+<span class="n">POST</span> <span class="o">/</span><span class="n">enhancer</span> <span class="o">-</span> <span class="n">enhances</span> <span class="n">parsed</span> <span class="n">content</span> <span class="n">by</span> <span class="n">using</span> <span class="n">the</span> <span class="n">default</span> <span class="n">Enhancement</span> <span class="n">Chain</span>
+<span class="n">POST</span> <span class="sr">/enhancer/c</span><span class="n">hain</span><span class="o">/</span><span class="p">{</span><span class="n">chain</span><span class="o">-</span><span class="n">name</span><span class="p">}</span> <span class="o">-</span> <span class="n">enhances</span> <span class="n">parsed</span> <span class="n">content</span> <span class="n">by</span> <span class="n">using</span> <span class="n">the</span> <span class="n">Enhancement</span> <span class="n">Chain</span> <span class="n">with</span> <span class="n">the</span> <span class="n">given</span> <span class="n">name</span>
+<span class="n">POST</span> <span class="sr">/enhancer/</span><span class="n">engine</span><span class="o">/</span><span class="p">{</span><span class="n">engine</span><span class="o">-</span><span class="n">name</span><span class="p">}</span> <span class="o">-</span> <span class="n">enhances</span> <span class="n">parsed</span> <span class="n">content</span> <span class="n">by</span> <span class="n">using</span> <span class="n">only</span> <span class="n">the</span> <span class="n">referenced</span> <span class="n">Enhancement</span> <span class="n">Engine</span>
+</pre></div>
+
+
+<p>See the <a href="enhancer/enhancerrest.html">Documentation</a> of the the RESTful API for all services and parameters of the Stanbol Enhancer.</p>
+<h2 id="using-an-index-of-linked-open-data-locally">Using an index of linked open data locally</h2>
+<p>Both the <a href="enhancer/engines/namedentitytaggingengine.html">Named Entity Tagging Engine</a> and the <a href="enhancer/engines/keywordlinkingengine.html">Keyword Linking Engine</a> require to be configured with a dataset containing Entities to link/extract for parsed content. As those Engines typically need to make a lot of requests against those datasets it is important to make those data locally available - a feature of the <a href="entityhub">Apache Stanbol Entityhub</a></p>
+<p>Because of this Apache Stanbol allows to create/install local indexes of datasets. A detailed description on how to create those indexes is described by this <a href="customvocabulary.html">user scenario</a>. A set of pre-computed indexes can be downloaded from the <a href="http://dev.iks-project.eu/downloads/stanbol-indices/">IKS development server</a>.</p>
+<p>Indexes always consist of two parts:</p>
+<ul>
+<li>org.apache.stanbol.data.site.{name}-{version}.jar - An OSGI bundle containing the configuration for<ul>
+<li>the Apache Entityhub "ReferencedSite" accessible at "http://{host}/{root}/entityhub/site/{name}"</li>
+<li>the "Cache" used to connect the ReferencedSite with your Data and </li>
+<li>the "SolrYard" component managing the installed data.</li>
 </ul>
-<p>Specific additional enhancement engines are: </p>
-<ul>
-<li>
-<p>The <strong>Location Enhancement Engine</strong> takes its suggestions from geonames.org only.</p>
 </li>
-<li>
-<p>The <strong>OpenCalais Enhancement Engine</strong> uses services from Open Calais. (Note: You need to provide a key in order to use this engine)</p>
-</li>
-<li>
-<p>The <strong>Zemanta Enhancement Engine</strong> uses the Zemanta services. (Note: You need to provide a key in order to use this engine)</p>
-</li>
-</ul>
-<p>For post-processing the results of the enhancement engines</p>
-<ul>
-<li>The <strong>CachingDereferencerEngine</strong> is used for the Web UI and fetches files such as images for locations from external sites and is used to present the enhancement results. </li>
+<li>{name}.solrindex.zip - The index data of the dataset (basically a ZIP archive of a <a href="http://lucene.apache.org/solr/">Solr</a> Core</li>
 </ul>
-<h2 id="using-an-index-of-linked-open-data-locally">Using an index of linked open data locally</h2>
-<p>To use the pre-configured indexes you can download them from [here][stan-download]. You will get two files for each index:</p>
+<p>To install the local index of a dataset the following two steps need to be performed </p>
 <ul>
-<li>org.apache.stanbol.data.site.{name}-{version}.jar </li>
-<li>{name}.solrindex.zip</li>
+<li>copying the zip archive into the "{stanbol-working-dir}/stanbol/datafiles" folder</li>
+<li>adding the OSGI bundle to the Stanbol Environment (e.g. by using the [Bundle Tab(http://localhost:8080/system/console/bundles) of the Apache Felix Webconsle - http://{host}:{port}/system/console.</li>
 </ul>
-<p>By copying the zip archive into the "/sling/datafiles" folder before installing the bundle, the data will used during the installation of the bundle automatically. If you provide the file after installing the bundle, you will need to restart the SolrYard installed by the bundle.</p>
-<p>The jar can be installed at any OSGI environment running the Apache Stanbol Entityhub. When started it will create and configure:</p>
-<ul>
-<li>a "ReferencedSite" accessible at "http://{host}/{root}/entityhub/site/{name}"</li>
-<li>a "Cache" used to connect the ReferencedSite with your Data and</li>
-<li>a "SolrYard" that manages the data indexed by this utility.</li>
-</ul>
-<p>This bundle does not contain the indexed data but only the configuration for the Solr Index.</p>
-<p>If one has not copied the archive beforehand, the ZIP archive will be requested by the Apache Stanbol Data File Provider after installing the Bundle. To install the data you need copy this file to the "/sling/datafiles" folder within the working directory of your Stanbol Server.</p>
-<p><em>Note: {name} denotes to the value you configured for the "name" property within the "indexing.properties" file.</em></p>
-<h2 id="enhancement-example">Enhancement Example</h2>
-<p>The text "The Stanbol enhancer can detect famous cities such as Paris and people such as Bob Marley." with the default configuration of enhancement engines and with a local index of dbpedia entities will result in the following output graph of several <strong>Entity Annotations</strong> and <strong>Text Annotations</strong>. </p>
-<p>Two of the relevant fragments for "Paris" are listed below in Turtle-Syntax:</p>
-<h3 id="example-for-text-annotation">Example for Text Annotation</h3>
-<div class="codehilite"><pre><span class="sr">&lt;urn:enhancement-4a2543d8-4d83-43ce-3a33-2924f457c872&gt;</span>
-  <span class="n">a</span>       <span class="sr">&lt;http://fise.iks-project.eu/ontology/TextAnnotation&gt;</span> <span class="p">,</span> 
-          <span class="sr">&lt;http://fise.iks-project.eu/ontology/Enhancement&gt;</span> <span class="p">;</span>
-
-  <span class="sr">&lt;http://fise.iks-project.eu/ontology/confidence&gt;</span>
-          <span class="s">&quot;0.9322403510215739&quot;</span><span class="o">^^</span><span class="sr">&lt;http://www.w3.org/2001/XMLSchema#double&gt;</span> <span class="p">;</span>
-
-  <span class="sr">&lt;http://fise.iks-project.eu/ontology/end&gt;</span>
-          <span class="s">&quot;59&quot;</span><span class="o">^^</span><span class="sr">&lt;http://www.w3.org/2001/XMLSchema#int&gt;</span> <span class="p">;</span>
-
-  <span class="sr">&lt;http://fise.iks-project.eu/ontology/extracted-from&gt;</span>
-          <span class="sr">&lt;urn:content-item-sha1-37c8a8244041cf6113d4ee04b3a04d0a014f6e10&gt;</span> <span class="p">;</span>
-
-  <span class="sr">&lt;http://fise.iks-project.eu/ontology/selected-text&gt;</span>
-          <span class="s">&quot;Paris&quot;</span><span class="o">^^</span><span class="sr">&lt;http://www.w3.org/2001/XMLSchema#string&gt;</span> <span class="p">;</span>
-
-  <span class="sr">&lt;http://fise.iks-project.eu/ontology/selection-context&gt;</span>
-          <span class="s">&quot;The Stanbol enhancer can detect famous cities such as </span>
-<span class="s">          Paris and people such as Bob Marley.&quot;</span>
-          <span class="o">^^</span><span class="sr">&lt;http://www.w3.org/2001/XMLSchema#string&gt;</span> <span class="p">;</span>
-
-  <span class="sr">&lt;http://fise.iks-project.eu/ontology/start&gt;</span>
-          <span class="s">&quot;54&quot;</span><span class="o">^^</span><span class="sr">&lt;http://www.w3.org/2001/XMLSchema#int&gt;</span> <span class="p">;</span>
-
-  <span class="sr">&lt;http://purl.org/dc/terms/created&gt;</span>
-          <span class="s">&quot;2012-02-29T11:18:36.282Z&quot;</span><span class="o">^^</span><span class="sr">&lt;http://www.w3.org/2001/XMLSchema#dateTime&gt;</span> <span class="p">;</span>
-
-  <span class="sr">&lt;http://purl.org/dc/terms/creator&gt;</span>
-          <span class="s">&quot;org.apache.stanbol.enhancer.engines.opennlp.impl.NEREngineCore&quot;</span>
-          <span class="o">^^</span><span class="sr">&lt;http://www.w3.org/2001/XMLSchema#string&gt;</span> <span class="p">;</span>
-
-  <span class="sr">&lt;http://purl.org/dc/terms/type&gt;</span>
-          <span class="sr">&lt;http://dbpedia.org/ontology/Place&gt;</span> <span class="o">.</span>
-</pre></div>
-
-
-<h3 id="example-for-entity-annotation">Example for Entity Annotation</h3>
-<div class="codehilite"><pre><span class="sr">&lt;urn:enhancement-b5e71f70-4978-a70b-7111-8d6e31283a58&gt;</span>
-  <span class="n">a</span>       <span class="sr">&lt;http://fise.iks-project.eu/ontology/EntityAnnotation&gt;</span> <span class="p">,</span> 
-          <span class="sr">&lt;http://fise.iks-project.eu/ontology/Enhancement&gt;</span> <span class="p">;</span>
-
-  <span class="sr">&lt;http://fise.iks-project.eu/ontology/confidence&gt;</span>
-          <span class="s">&quot;1323049.5&quot;</span><span class="o">^^</span><span class="sr">&lt;http://www.w3.org/2001/XMLSchema#double&gt;</span> <span class="p">;</span>
-
-  <span class="sr">&lt;http://fise.iks-project.eu/ontology/entity-label&gt;</span>
-           <span class="s">&quot;Paris&quot;</span><span class="nv">@en</span> <span class="p">;</span>
-
-  <span class="sr">&lt;http://fise.iks-project.eu/ontology/entity-reference&gt;</span>
-           <span class="sr">&lt;http://dbpedia.org/resource/Paris&gt;</span> <span class="p">;</span>
-
-  <span class="sr">&lt;http://fise.iks-project.eu/ontology/entity-type&gt;</span>
-           <span class="sr">&lt;http://www.w3.org/2002/07/owl#Thing&gt;</span> <span class="p">,</span> 
-           <span class="sr">&lt;http://www.opengis.net/gml/_Feature&gt;</span> <span class="p">,</span> 
-           <span class="sr">&lt;http://dbpedia.org/ontology/Place&gt;</span> <span class="p">,</span> 
-           <span class="sr">&lt;http://dbpedia.org/ontology/Settlement&gt;</span> <span class="p">,</span> 
-           <span class="sr">&lt;http://dbpedia.org/ontology/PopulatedPlace&gt;</span> <span class="p">;</span>
-
-  <span class="sr">&lt;http://fise.iks-project.eu/ontology/extracted-from&gt;</span>
-           <span class="sr">&lt;urn:content-item-sha1-37c8a8244041cf6113d4ee04b3a04d0a014f6e10&gt;</span> <span class="p">;</span>
-
-  <span class="sr">&lt;http://purl.org/dc/terms/created&gt;</span>
-           <span class="s">&quot;2012-02-29T11:18:36.320Z&quot;</span>
-           <span class="o">^^</span><span class="sr">&lt;http://www.w3.org/2001/XMLSchema#dateTime&gt;</span> <span class="p">;</span>
-
-  <span class="sr">&lt;http://purl.org/dc/terms/creator&gt;</span>
-           <span class="s">&quot;org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine&quot;</span>
-           <span class="o">^^</span><span class="sr">&lt;http://www.w3.org/2001/XMLSchema#string&gt;</span> <span class="p">;</span>
-
-  <span class="sr">&lt;http://purl.org/dc/terms/relation&gt;</span>
-           <span class="sr">&lt;urn:enhancement-4a2543d8-4d83-43ce-3a33-2924f457c872&gt;</span> <span class="o">.</span>
-</pre></div>
+<p><em>NOTE:</em> In case of "dbpedia" the OSGI bundle with the configuration does not need to be installed as the default configuration of the Apache Stanbol launcher does already include the configuration of the necessary components.</p>
+<h2 id="processing-the-enhancement-results">Processing the Enhancement Results</h2>
+<p>The final step in using the Stanbol Enhancer is about processing the Enhancement Results. As this is a central part developers of client applications this is described by an own <a href="enhancementusage.html">Usage Scenario</a></p>
   </div>
   
   <div id="footer">