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:26:25 UTC

svn commit: r1547116 - /stanbol/trunk/data/defaultconfig/src/main/resources/config/

Author: rwesten
Date: Mon Dec  2 17:26:25 2013
New Revision: 1547116

URL: http://svn.apache.org/r1547116
Log:
STANBOL-1227: Adapted default configuration to use the EntityDereference engine

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

Modified: stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpedia_fst.config
URL: http://svn.apache.org/viewvc/stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpedia_fst.config?rev=1547116&r1=1547115&r2=1547116&view=diff
==============================================================================
--- stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpedia_fst.config (original)
+++ stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpedia_fst.config Mon Dec  2 17:26:25 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/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediadisambiguation.config
URL: http://svn.apache.org/viewvc/stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediadisambiguation.config?rev=1547116&r1=1547115&r2=1547116&view=diff
==============================================================================
--- stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediadisambiguation.config (original)
+++ stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediadisambiguation.config Mon Dec  2 17:26:25 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"]

Modified: stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediapropernoun.config
URL: http://svn.apache.org/viewvc/stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediapropernoun.config?rev=1547116&r1=1547115&r2=1547116&view=diff
==============================================================================
--- stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediapropernoun.config (original)
+++ stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediapropernoun.config Mon Dec  2 17:26:25 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/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-default.config
URL: http://svn.apache.org/viewvc/stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-default.config?rev=1547116&r1=1547115&r2=1547116&view=diff
==============================================================================
--- stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-default.config (original)
+++ stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-default.config Mon Dec  2 17:26:25 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/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.dereference.entityhub.EntityhubDereferenceEngine-dbpedia.config
URL: http://svn.apache.org/viewvc/stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.dereference.entityhub.EntityhubDereferenceEngine-dbpedia.config?rev=1547116&view=auto
==============================================================================
--- stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.dereference.entityhub.EntityhubDereferenceEngine-dbpedia.config (added)
+++ stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.dereference.entityhub.EntityhubDereferenceEngine-dbpedia.config Mon Dec  2 17:26:25 2013
@@ -0,0 +1,3 @@
+enhancer.engines.dereference.entityhub.siteId="dbpedia"
+stanbol.enhancer.engine.name="dbpedia-dereference"
+enhancer.engines.dereference.fields=["rdfs:label","rdfs:comment","rdf:type","rdfs:seeAlso","geo:lat","geo:long","foaf:depiction","dbp-ont:thumbnail"]

Modified: stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngine-dbpedia.config
URL: http://svn.apache.org/viewvc/stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngine-dbpedia.config?rev=1547116&r1=1547115&r2=1547116&view=diff
==============================================================================
--- stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngine-dbpedia.config (original)
+++ stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngine-dbpedia.config Mon Dec  2 17:26:25 2013
@@ -10,7 +10,7 @@ enhancer.engines.linking.processedLangua
 enhancer.engines.linking.minSearchTokenLength=I"3"
 enhancer.engines.linking.defaultMatchingLanguage="en"
 enhancer.engines.linking.properNounsState=B"true"
-enhancer.engines.linking.dereference=B"true"
+enhancer.engines.linking.dereference=B"false"
 enhancer.engines.linking.typeMappings=[""]
 enhancer.engines.linking.minTokenScore=0.8
 enhancer.engines.linking.suggestions=I"3"

Modified: stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngine-dbpediadisamblinking.config
URL: http://svn.apache.org/viewvc/stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngine-dbpediadisamblinking.config?rev=1547116&r1=1547115&r2=1547116&view=diff
==============================================================================
--- stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngine-dbpediadisamblinking.config (original)
+++ stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngine-dbpediadisamblinking.config Mon Dec  2 17:26:25 2013
@@ -3,7 +3,7 @@ enhancer.engines.linking.labelField="rdf
 enhancer.engines.linking.properNounsState=B"true"
 enhancer.engines.linking.suggestions=I"10"
 enhancer.engines.linking.processedLanguages=["*;lmmtip;uc\=LINK;prop\=0.75;pprob\=0.75","de;uc\=MATCH","es;lc\=Noun","nl;lc\=Noun"]
-enhancer.engines.linking.dereference=B"true"
+enhancer.engines.linking.dereference=B"false"
 enhancer.engines.linking.minSearchTokenLength=I"3"
 enhancer.engines.linking.defaultMatchingLanguage="en"
 enhancer.engines.linking.typeField="rdf:type"

Modified: stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngine-entityhub.config
URL: http://svn.apache.org/viewvc/stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngine-entityhub.config?rev=1547116&r1=1547115&r2=1547116&view=diff
==============================================================================
--- stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngine-entityhub.config (original)
+++ stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngine-entityhub.config Mon Dec  2 17:26:25 2013
@@ -13,4 +13,4 @@ enhancer.engines.linking.typeMappings=["
 enhancer.engines.linking.redirectMode="IGNORE"
 enhancer.engines.linking.defaultMatchingLanguage=""
 enhancer.engines.linking.suggestions=I"3"
-enhancer.engines.linking.dereference=B"true"
+enhancer.engines.linking.dereference=B"false"