Author: rwesten
Date: Thu Feb 16 10:36:23 2012
New Revision: 1244922

URL: http://svn.apache.org/viewvc?rev=1244922&view=rev
Log:
Test for :::properties

Modified:
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.mdtext

Modified: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.mdtext?rev=1244922&r1=1244921&r2=1244922&view=diff
==============================================================================
--- 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.mdtext
 (original)
+++ 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.mdtext
 Thu Feb 16 10:36:23 2012
@@ -12,12 +12,12 @@ The GraphChain supports two variants to 
 
 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:
 
-    :::text
+    :::properties
     stanbol.enhancer.chain.graph.graphresource=myExecutionPlan.rdf
 
 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
 
-    :::text
+    :::properties
     
stanbol.enhancer.chain.graph.graphresource=myExecutionPlan.something;format=application/rdf+xml
 
 The GraphCain will track for that file and activate itself as soon as the file 
gets available. Removing the file, waiting some seconds and providing the new 
version afterwards should also work. Just replacing the file will not work, 
because the DataFileProvider does not have supports for updates. In such cases 
it might be needed to deactivate/activate the GraphChain.
@@ -48,7 +48,7 @@ Not that the internal oder of the list d
 
 Within an osgi configuration file 
(org.apache.stanbol.enhancer.chain.graph.impl.GraphChain-myGraphChain.config) 
this would look like
 
-    :::text
+    :::properties
     
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"]
 
 A better visual expression provides this screenshot of the Apache Feilx 
Webconsole showing the dialog for the same configuration


Reply via email to