Author: buildbot
Date: Wed Jan 25 07:32:27 2012
New Revision: 803245
Log:
Staging update by buildbot for stanbol
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.html
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.html
==============================================================================
---
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.html
(original)
+++
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.html
Wed Jan 25 07:32:27 2012
@@ -57,7 +57,9 @@
<div id="content">
<h1 class="title">GraphChain</h1>
- <h3 id="configuration">Configuration</h3>
+ <p>The GraphChain allows to directly configure the ExecutionPlan returned
by the Chain.getExecutionPlan() method. This means on the one hand that it
allows to configure any kind of execution process on the other hand its usage
also requires a lot of knowledge about the EnhancementEngines and the
ExecutionPlan model form the user.</p>
+<p>Typically it is a good practice to start with other - more simple to use -
Chain implementation such as the <a href="weightedchain.html">Weighted
Chain</a> and only afterwards convert this configuration to a GraphChain to
configure optimizations to the enhancement process such as to allow more
Engines to be executed in parallel.</p>
+<h3 id="configuration">Configuration</h3>
<p>The GraphChain supports two variants to configure the ExecutionPlan</p>
<h4 id="graphresource">GraphResource</h4>
<p>A GraphResource is a RDF file available via the DataFileProvider. The
easiest way is to copy the RDF file defining the ExecutionPlan to the
"/sling/datafile" directory within the Stanbol home directory. The
configuration of the GraphChain needs than only to refer to that file such
as:</p>