2012/5/31 Rupert Westenthaler <[email protected]>: > This is true in this specific case, but I do not think this is will be > the normal case. > In fact the new versions of the EntityLinking- and > KeywordLinkingEngine would work fine with the Entityhub > 0.9.0-incubating. The only reason why there is a dependency to 0.10.0 > is because the new unit test of the EntityLinkingEngine depends on a > fix in the SolrYard that is part of STANBOL-607. So if you use the > 0.9.0-incubating version the unit test fails because the expected > Enhancements are not extracted because of this Bug.
Thanks for that clarification. But I think we are in a normal situation here. Many things got changed and to release them we have to follow the dependencies from bottom to top. I had a look the Entity Hub and here are its to-be-released deps org.apache.stanbol.commons.solr.core:jar:0.10.0-incubating-SNAPSHOT:compile org.apache.stanbol.commons.web.base:jar:0.10.0-incubating-SNAPSHOT:compile org.apache.stanbol.data.sites.dbpedia:jar:1.0.4-incubating-SNAPSHOT:test org.apache.stanbol.entityhub.bundlelist:partialbundlelist:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.core:bundle:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.core:jar:0.10.0-incubating-SNAPSHOT:compile org.apache.stanbol.entityhub.defaults:bundle:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.indexing.core:bundle:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.indexing.core:jar:0.10.0-incubating-SNAPSHOT:compile org.apache.stanbol.entityhub.indexing.dblp:jar:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.indexing.dbpedia:jar:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.indexing.destination.solryard:bundle:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.indexing.genericrdf:jar:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.indexing.geonames:jar:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.indexing.parent:pom:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.indexing.reactor:pom:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.indexing.source.jenatdb:bundle:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.indexing.source.vcard:bundle:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.jersey:bundle:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.ldpath:bundle:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.ldpath:jar:0.10.0-incubating-SNAPSHOT:compile org.apache.stanbol.entityhub.model.clerezza:bundle:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.parent:pom:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.query.clerezza:bundle:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.reactor:pom:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.servicesapi:bundle:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.servicesapi:jar:0.10.0-incubating-SNAPSHOT:compile org.apache.stanbol.entityhub.site.linkeddata:bundle:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.test:jar:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.yard.clerezza:bundle:0.10.0-incubating-SNAPSHOT org.apache.stanbol.entityhub.yard.solr:bundle:0.10.0-incubating-SNAPSHOT The problem here is the dep to the data bundle org.apache.stanbol.data.sites.dbpedia:jar:1.0.4-incubating-SNAPSHOT:test This contains an index created from the DBPedia. Is this a problem for the license? AFAIK we only have license issues with OpenNLP models but not with DBPedia indexes, right? Best, - Fabian -- Fabian http://twitter.com/fctwitt
