You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2012/02/16 11:40:57 UTC

svn commit: r1244923 - in /incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/chains: graphchain.mdtext listchain.mdtext

Author: rwesten
Date: Thu Feb 16 10:40:57 2012
New Revision: 1244923

URL: http://svn.apache.org/viewvc?rev=1244923&view=rev
Log:
Use now :::properties for all according code blocks of the chains documentation

Modified:
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.mdtext
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/chains/listchain.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=1244923&r1=1244922&r2=1244923&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:40:57 2012
@@ -49,7 +49,13 @@ 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
 
     :::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"]
+    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"]
+
+_NOTE:_ the whole test MUST BE in a single line within the .config file
 
 A better visual expression provides this screenshot of the Apache Feilx Webconsole showing the dialog for the same configuration
 

Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/chains/listchain.mdtext
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/chains/listchain.mdtext?rev=1244923&r1=1244922&r2=1244923&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/chains/listchain.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/chains/listchain.mdtext Thu Feb 16 10:40:57 2012
@@ -26,7 +26,7 @@ It is also possible to configure a ListC
 
 To create the same configuration as in the above screenshot the file would need to look like this:
 
-    :::text
+    :::properties
     stanbol.enhancer.chain.name="list"
     stanbol.enhancer.chain.list.enginelist=["metaxa;optional","langid","ner","dbpediaLinking"]