Author: rwesten
Date: Tue Oct 22 09:20:59 2013
New Revision: 1534550
URL: http://svn.apache.org/r1534550
Log:
STANBOL-1094: re-added the default configuration for the FST linking engine
(STANBOL-1128)
Added:
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.engines.lucenefstlinking.FstLinkingEngineComponent-dbpedia_fst.config
Added:
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=1534550&view=auto
==============================================================================
---
stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpedia_fst.config
(added)
+++
stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpedia_fst.config
Tue Oct 22 09:20:59 2013
@@ -0,0 +1,3 @@
+stanbol.enhancer.chain.name="dbpedia-fst-linking"
+stanbol.enhancer.chain.weighted.chain=["tika;optional","langdetect","opennlp-sentence","opennlp-token","opennlp-pos","dbpedia-fst"]
+service.ranking=I"0"
\ No newline at end of file
Added:
stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.lucenefstlinking.FstLinkingEngineComponent-dbpedia_fst.config
URL:
http://svn.apache.org/viewvc/stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.lucenefstlinking.FstLinkingEngineComponent-dbpedia_fst.config?rev=1534550&view=auto
==============================================================================
---
stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.lucenefstlinking.FstLinkingEngineComponent-dbpedia_fst.config
(added)
+++
stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.lucenefstlinking.FstLinkingEngineComponent-dbpedia_fst.config
Tue Oct 22 09:20:59 2013
@@ -0,0 +1,17 @@
+stanbol.enhancer.engine.name="dbpedia-fst"
+enhancer.engines.linking.lucenefst.solrcore="dbpedia"
+enhancer.engines.linking.lucenefst.fstconfig=["*;field\=dbpedia-ont:surfaceForm;generate\=true"]
+enhancer.engines.linking.lucenefst.fieldEncoding="SolrYard"
+enhancer.engines.linking.lucenefst.fstfolder="${solr-data-dir}/fst"
+enhancer.engines.linking.lucenefst.typeField="rdf:type"
+enhancer.engines.linking.lucenefst.entityCacheSize=I"65536"
+enhancer.engines.linking.lucenefst.fstThreadPoolSize=I"4"
+enhancer.engines.linking.lucenefst.rankingField="entityhub:entityRank"
+enhancer.engines.linking.entityTypes=[""]
+enhancer.engines.linking.caseSensitive=B"true"
+enhancer.engines.linking.properNounsState=B"true"
+enhancer.engines.linking.suggestions=I"3"
+enhancer.engines.linking.processedLanguages=["*;lmmtip;uc\=LINK;prob\=0.75;pprob\=0.75","de;uc\=MATCH","es;lc\=Noun","nl;lc\=Noun"]
+enhancer.engines.linking.defaultMatchingLanguage="en"
+enhancer.engines.linking.typeMappings=["dbp-ont:Organisation;\
dbp-ont:Newspaper;\ schema:Organization\ >\
dbp-ont:Organisation","dbp-ont:Person;\ foaf:Person;\ schema:Person\ >\
dbp-ont:Person","dbp-ont:Place;\ schema:Place;\ geonames:Feature\ >\
dbp-ont:Place","dbp-ont:Work;\ schema:CreativeWork\ >\
dbp-ont:Work","dbp-ont:Event;\ schema:Event\ >\ dbp-ont:Event","schema:Product\
>\ schema:Product","skos:Concept\ >\ skos:Concept"]
+service.ranking=I"0"