Author: buildbot
Date: Wed Jun 27 08:46:06 2012
New Revision: 823438
Log:
Staging update by buildbot for stanbol
Modified:
websites/staging/stanbol/trunk/content/ (props changed)
websites/staging/stanbol/trunk/content/stanbol/overview.html
Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 27 08:46:06 2012
@@ -1 +1 @@
-1354356
+1354370
Modified: websites/staging/stanbol/trunk/content/stanbol/overview.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/overview.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/overview.html Wed Jun 27
08:46:06 2012
@@ -83,15 +83,14 @@
<div id="content">
<h1 class="title">Overview about Apache Stanbol (incubating)</h1>
<p>Apache Stanbol (currently in <a
href="http://incubator.apache.org">incubating</a>) provides a set of reusable
components for semantic content management. For users it is important to note
that Stanbol is NOT a semantic CMS by it own. It is designed to provide
semantic services for existing content management.
-<p style="text-align: center;"><img alt="Apache Stanbol - The semantic engine"
src="images/stanbol-semanticengine.png" title="Apache Stanbol is aimed to bring
semantic technologies to current CMS Systems." /></p></p>
+<p style="text-align: center;"><img alt="Apache Stanbol - The semantic engine"
src="images/stanbol-semanticengine.png" title="Apache Stanbol is aimed to bring
semantic technologies to current CMS Systems." /><figcaption>Figure 1: Apache
Stanbol is aimed to bring semantic technologies to current CMS Systems.
</figcaption></p></p>
<p>However while Apache Stanbol was build with CMS in mind it can also be used
in different usage scenarios including: Direct usage from web applications
(e.g. for Tag extraction/suggestion; or text completion in search fields),
'smart' Content workflows or email routing based on extracted Entities/Topics,
...</p>
<p>The remaining part of this Document provides an overview about Apache
Stanbol by means of describing typical usage scenarios.</p>
+<p><span style="float:right"> <img alt="Content Enhancement with the Stanbol
Enhancer" src="images/stanbol-feature-enhance.png" title="Extract semantic
information from parsed Content" />
+<figcaption>Figure 1: The Apache Stanbol Components</figcaption><span></p>
<h3 id="content-enhancement">Content Enhancement</h3>
-<p>Extracting information of parsed content is the most common usage of Apache
Stanbol. </p>
-<p>The Stanbol Enhancer provides a <a
href="docs/trunk/enhancer/enhancerrest.html">RESTful API</a> that allows to <a
href="docs/trunk/contentenhancement.html">extract semantic information</a> from
parsed Content.
-<p style="text-align: center;">
-<img alt="Content Enhancement with the Stanbol Enhancer"
src="images/stanbol-feature-enhance.png" title="Extract semantic information
from parsed Content" />
-</p></p>
+<p>Extracting information of parsed content is the most common use case
forApache Stanbol. For that users need to use the <a
href="docs/trunk/enhancer/enhancerrest.html">RESTful API</a> of the Stanbol
Enhancer to send their Content to Stanbol. The Enhancer that uses its <a
href="doc/trunk/enhancer/engines">Semantic Engines</a> to analyze the parsed
Content. Extracted information are represented as RDF and returned in the
Response of the Enhancement Request. For more Information about how to use the
Stanbol Enhancer for Enhancing your Content please see this <a
href="docs/trunk/contentenhancement.html">Usage Scenario</a>. </p>
+<p>This service is intended to be used by Content Management Systems to
extract information from managed content. Those information can than be used to
improve search and navigation. However Enhancement Results can be also used to
support users while during content Editing e.g. by suggesting mentioned
entities as Tags or by allowing them to directly interact with mentions within
the text as shown by the next figure.</p>
<p>Results are represented as RDF graph and can be used on the front end e.g.
to improve <a
href="docs/trunk/enhancementusage.html#entity-tagging-use-tags-to-relate-you-content-to-persons-places-events">Tagging</a>
or even <a
href="docs/trunk/enhancementusage.html#entity-checker-inline-editing-of-content-enhancements">inline
Content Annotation</a>. In the backend extracted information can be used to
improve search and content processing workflows.</p>
<p>In more details the Stanbol Enhancer can enhancer Content in <a
href="docs/trunk/multilingual.html">multiple languages</a>. It can be
configured to use <a href="docs/trunk/customvocabulary.html">custom
vocabularies</a>. This <a href="docs/trunk/enhancer/engines/list.html">List of
Enhancement Engines</a> provides a good overview about the different option.
However users with special needs can also extend the Stanbol Enhancers by
implementing their own <a href="docs/trunk/enhancer/engines/">Enhancement
Engine</a>.</p>
<h3 id="manage-your-domain-data">Manage your Domain Data</h3>