Author: buildbot
Date: Thu Feb 16 10:41:02 2012
New Revision: 805054

Log:
Staging update by buildbot for stanbol

Modified:
    websites/staging/stanbol/trunk/   (props changed)
    
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.html
    
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/listchain.html

Propchange: websites/staging/stanbol/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Feb 16 10:41:02 2012
@@ -1 +1 @@
-1244922
+1244923

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
 Thu Feb 16 10:41:02 2012
@@ -94,10 +94,15 @@ refactor;dependsOn=geonames,dbpedia-link
 
 <p>Not that the internal oder of the list does not influence the resulting 
ExecutionPlan. Only the "dependsOn" properties are used to determine the 
execution order of the Engines and if Engines can be executed in parallel.</p>
 <p>Within an osgi configuration file 
(org.apache.stanbol.enhancer.chain.graph.impl.GraphChain-myGraphChain.config) 
this would look like</p>
-<div class="codehilite"><pre><span 
class="na">stanbol.enhancer.chain.graph.chainlist</span><span 
class="o">=</span><span 
class="s">[&quot;metaxa;optional&quot;,&quot;langId;dependsOn\=metaxa&quot;,&quot;ner;dependsOn\=langId&quot;,&quot;zemanta;optional&quot;,&quot;dbpedia-linking;dependsOn\=ner&quot;,&quot;geonames;optional;dependsOn\=ner&quot;,&quot;refactor;dependsOn\=geonames,dbpedia-linking,zemanta&quot;]</span>
+<div class="codehilite"><pre><span 
class="na">stanbol.enhancer.chain.graph.chainlist</span><span 
class="o">=</span><span class="s">[</span>
+    <span 
class="na">&quot;metaxa;optional&quot;,&quot;langId;dependsOn\</span><span 
class="o">=</span><span 
class="s">metaxa&quot;,&quot;ner;dependsOn\=langId&quot;,</span>
+    <span 
class="na">&quot;zemanta;optional&quot;,&quot;dbpedia-linking;dependsOn\</span><span
 class="o">=</span><span class="s">ner&quot;,</span>
+    <span class="na">&quot;geonames;optional;dependsOn\</span><span 
class="o">=</span><span class="s">ner&quot;,</span>
+    <span class="na">&quot;refactor;dependsOn\</span><span 
class="o">=</span><span class="s">geonames,dbpedia-linking,zemanta&quot;]</span>
 </pre></div>
 
 
+<p><em>NOTE:</em> the whole test MUST BE in a single line within the .config 
file</p>
 <p>A better visual expression provides this screenshot of the Apache Feilx 
Webconsole showing the dialog for the same configuration</p>
 <p><img alt="GraphChain configuration Dialog with configured ChainList" 
src="enhancer-graphchain-config.png" title="A ChainList allows to define one 
ExecutionNodes per line. The ExecutionPlan is calculated based on the dependsOn 
properties. The ordering of the list element has no influence on the 
ExecutionPlan." /></p>
 <h3 id="execution">Execution</h3>

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/listchain.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/listchain.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/listchain.html
 Thu Feb 16 10:41:02 2012
@@ -73,8 +73,8 @@
 <p><img alt="Configuration Dialog for the ListChain" 
src="enhancer-listchain-config.png" title="Sceenshot of the Configuration 
Dialog for a ListChain with required and optional Engines" /></p>
 <p>It is also possible to configure a ListChain by directly installing a 
configuration with the name "{classname}-{configName}.config". Note that the 
{configName} needs not to be the same as the name of the chain. The 
{configName} is just used by the OSGI environment to distinguish different 
configuration for {classname}.</p>
 <p>To create the same configuration as in the above screenshot the file would 
need to look like this:</p>
-<div class="codehilite"><pre>stanbol.enhancer.chain.name=&quot;list&quot;
-stanbol.enhancer.chain.list.enginelist=[&quot;metaxa;optional&quot;,&quot;langid&quot;,&quot;ner&quot;,&quot;dbpediaLinking&quot;]
+<div class="codehilite"><pre><span 
class="na">stanbol.enhancer.chain.name</span><span class="o">=</span><span 
class="s">&quot;list&quot;</span>
+<span class="na">stanbol.enhancer.chain.list.enginelist</span><span 
class="o">=</span><span 
class="s">[&quot;metaxa;optional&quot;,&quot;langid&quot;,&quot;ner&quot;,&quot;dbpediaLinking&quot;]</span>
 </pre></div>
 
 


Reply via email to