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 2013/12/02 18:01:51 UTC

svn commit: r1547107 - /stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/

Author: rwesten
Date: Mon Dec  2 17:01:51 2013
New Revision: 1547107

URL: http://svn.apache.org/r1547107
Log:
STANBOL-1227: Adapted the launcher configuration of the 0.12 branch to use the Entityhub dereference engine

Added:
    stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.dereference.entityhub.EntityhubDereferenceEngine-dbpedia.config
Modified:
    stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpedia_fst.config
    stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediadisambiguation.config
    stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediapropernoun.config
    stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-default.config

Modified: stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpedia_fst.config
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpedia_fst.config?rev=1547107&r1=1547106&r2=1547107&view=diff
==============================================================================
--- stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpedia_fst.config (original)
+++ stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpedia_fst.config Mon Dec  2 17:01:51 2013
@@ -1,3 +1,3 @@
 stanbol.enhancer.chain.name="dbpedia-fst-linking"
-stanbol.enhancer.chain.weighted.chain=["tika;optional","langdetect","opennlp-sentence","opennlp-token","opennlp-pos","opennlp-chunker","dbpedia-fst"]
+stanbol.enhancer.chain.weighted.chain=["tika;optional","langdetect","opennlp-sentence","opennlp-token","opennlp-pos","opennlp-chunker","dbpedia-fst","dbpedia-dereference"]
 service.ranking=I"0"
\ No newline at end of file

Modified: stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediadisambiguation.config
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediadisambiguation.config?rev=1547107&r1=1547106&r2=1547107&view=diff
==============================================================================
--- stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediadisambiguation.config (original)
+++ stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediadisambiguation.config Mon Dec  2 17:01:51 2013
@@ -1,2 +1,2 @@
 stanbol.enhancer.chain.name="dbpedia-disambiguation"
-stanbol.enhancer.chain.weighted.chain=["tika;optional","langdetect","opennlp-sentence","opennlp-token","opennlp-pos","opennlp-chunker","dbpedia-disamb-linking","disambiguation-mlt"]
\ No newline at end of file
+stanbol.enhancer.chain.weighted.chain=["tika;optional","langdetect","opennlp-sentence","opennlp-token","opennlp-pos","opennlp-chunker","dbpedia-disamb-linking","disambiguation-mlt","dbpedia-dereference"]
\ No newline at end of file

Modified: stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediapropernoun.config
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediapropernoun.config?rev=1547107&r1=1547106&r2=1547107&view=diff
==============================================================================
--- stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediapropernoun.config (original)
+++ stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediapropernoun.config Mon Dec  2 17:01:51 2013
@@ -1,2 +1,2 @@
 stanbol.enhancer.chain.name="dbpedia-proper-noun"
-stanbol.enhancer.chain.weighted.chain=["tika;optional","langdetect","opennlp-sentence","opennlp-token","opennlp-pos","opennlp-chunker","dbpedia-proper-noun-extraction"]
\ No newline at end of file
+stanbol.enhancer.chain.weighted.chain=["tika;optional","langdetect","opennlp-sentence","opennlp-token","opennlp-pos","opennlp-chunker","dbpedia-proper-noun-extraction","dbpedia-dereference"]
\ No newline at end of file

Modified: stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-default.config
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-default.config?rev=1547107&r1=1547106&r2=1547107&view=diff
==============================================================================
--- stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-default.config (original)
+++ stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-default.config Mon Dec  2 17:01:51 2013
@@ -1,3 +1,3 @@
 stanbol.enhancer.chain.name="default"
-stanbol.enhancer.chain.weighted.chain=["tika;optional","langdetect","opennlp-sentence","opennlp-token","opennlp-pos","opennlp-ner","dbpediaLinking","entityhubExtraction"]
+stanbol.enhancer.chain.weighted.chain=["tika;optional","langdetect","opennlp-sentence","opennlp-token","opennlp-pos","opennlp-ner","dbpediaLinking","entityhubExtraction","dbpedia-dereference"]
 service.ranking=I"-2147483648"
\ No newline at end of file

Added: stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.dereference.entityhub.EntityhubDereferenceEngine-dbpedia.config
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.dereference.entityhub.EntityhubDereferenceEngine-dbpedia.config?rev=1547107&view=auto
==============================================================================
--- stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.dereference.entityhub.EntityhubDereferenceEngine-dbpedia.config (added)
+++ stanbol/branches/release-0.12/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.dereference.entityhub.EntityhubDereferenceEngine-dbpedia.config Mon Dec  2 17:01:51 2013
@@ -0,0 +1,4 @@
+stanbol.enhancer.engine.name="dbpedia-dereference"
+enhancer.engines.dereference.entityhub.siteId="dbpedia"
+enhancer.engine.dereference.filterContentlanguages=B"false"
+enhancer.engines.dereference.fields=["rdfs:label","rdfs:comment","rdf:type","rdfs:seeAlso","geo:lat","geo:long","foaf:depiction","dbp-ont:thumbnail"]