Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBpediaSpotlight host and port no longer valid #6

Closed
estefaniaotero opened this issue Feb 25, 2016 · 3 comments
Closed

DBpediaSpotlight host and port no longer valid #6

estefaniaotero opened this issue Feb 25, 2016 · 3 comments

Comments

@estefaniaotero
Copy link

DBpediaSpotlight configuation is no longer valid in SpotlightAnnotator.java class, host "spotlight.dbpedia.org" and port 80 are not working right now. You can use host = "spotlight.sztaki.hu" and port=2222.

@marcocor
Copy link
Owner

Thanks for bringing this up. Before embedding the new URL into the next version of the BAT-Framework, do you have any information on the stability of the service at sztaki.hu? Is it going to be maintained for a decently long time?

Note that, even before a new release of the BAT-Framework, you can use the new address by constructing the annotator as:
SpotlightAnnotator ann = new SpotlightAnnotator(DisambiguationPolicy.Default, new DBPediaApi(), wikiApi, "spotlight.sztaki.hu", 2222);

Thanks, cheers.

@estefaniaotero
Copy link
Author

I honestly have no idea of service stability at sztaki.hu. I was looking for another endpoint to execute experiments on DBpedia Spotlight and I find it. Gerbil is using the same endpoint for the service as well.
And, yes, I was using personalized constructor to change address, but I wanted to inform about the unavailable service :-)

Cheers

@marcocor
Copy link
Owner

That seems to be the endpoint suggested by the official page of the project. I have included it in release candidate 1.3.2.rc1, which will be available through the Maven Central Repository in, say, a few hours :)
Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants