Author: buildbot Date: Thu Feb 16 10:36:29 2012 New Revision: 805053 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 Propchange: websites/staging/stanbol/trunk/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Thu Feb 16 10:36:29 2012 @@ -1 +1 @@ -1244919 +1244922 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:36:29 2012 @@ -63,12 +63,12 @@ <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> -<div class="codehilite"><pre>stanbol.enhancer.chain.graph.graphresource=myExecutionPlan.rdf +<div class="codehilite"><pre><span class="na">stanbol.enhancer.chain.graph.graphresource</span><span class="o">=</span><span class="s">myExecutionPlan.rdf</span> </pre></div> <p>The used RDF encoding is guessed by the file extension. If the extension is not recognized the format can be also parsed as additional parameter</p> -<div class="codehilite"><pre>stanbol.enhancer.chain.graph.graphresource=myExecutionPlan.something;format=application/rdf+xml +<div class="codehilite"><pre><span class="na">stanbol.enhancer.chain.graph.graphresource</span><span class="o">=</span><span class="s">myExecutionPlan.something;format=application/rdf+xml</span> </pre></div> @@ -94,7 +94,7 @@ 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>stanbol.enhancer.chain.graph.chainlist=["metaxa;optional","langId;dependsOn\=metaxa","ner;dependsOn\=langId","zemanta;optional","dbpedia-linking;dependsOn\=ner","geonames;optional;dependsOn\=ner","refactor;dependsOn\=geonames,dbpedia-linking,zemanta"] +<div class="codehilite"><pre><span class="na">stanbol.enhancer.chain.graph.chainlist</span><span class="o">=</span><span class="s">["metaxa;optional","langId;dependsOn\=metaxa","ner;dependsOn\=langId","zemanta;optional","dbpedia-linking;dependsOn\=ner","geonames;optional;dependsOn\=ner","refactor;dependsOn\=geonames,dbpedia-linking,zemanta"]</span> </pre></div>