dbpedia-spotlight / dbpedia-spotlight-solr

DBpedia Spotlight SOLR Backend
Apache License 2.0
0 stars 0 forks source link
backend lucene solr

Build Status

Attention:

This work is an alpha version for this draft proposal. The main goal is to validate the architecture that tries to solve 6 (six) points mentioned in the document. At this time, this code should not be used in a production environment.

You can participate providing suggestions, requesting features, testing, writing documentation or coding. Just get in touch with us!

All the best,

What is DBpedia Spotlight?

DBpedia Spotlight is a tool for automatically annotating mentions of DBpedia resources in text, providing a solution for linking unstructured information sources to the Linked Open Data cloud through DBpedia.

What is DBpedia Spotlight SOLR?

DBpedia Spotlight SOLR is a technological version update for DBpedia Spotlight Lucene. This repo is just a tool that loads Apache Solr with our Lucene data.

Where are lucene's data?

We have created the lucene-quickstarter repo using the original code (with some improvements) to continue making available the data provided by the approach published in DBpedia Spotlight: Shedding Light on the Web of Documents.

The latest indices can be found HERE.

How to use?

SOLR:

DBpedia Spotlight SOLR:

Wait for the process to finish . When it finishes, you can query it using through the URL http://localhost:8983/solr/#/2016-04-EN/query.

Happy searching!!

Issues

If you have any problems with or questions about this library, please contact us through a GitHub issue.

How to cite: Lucene version

Pablo N. Mendes, Max Jakob, Andrés García-Silva and Christian Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents. Proceedings of the 7th International Conference on Semantic Systems (I-Semantics). Graz, Austria, 7–9 September 2011.

@inproceedings{isem2011mendesetal,
  title = {DBpedia Spotlight: Shedding Light on the Web of Documents},
  author = {Pablo N. Mendes and Max Jakob and Andres Garcia-Silva and Christian Bizer},
  year = {2011},
  booktitle = {Proceedings of the 7th International Conference on Semantic Systems (I-Semantics)},
  abstract = {Interlinking text documents with Linked Open Data enables the Web of Data to be used as background knowledge within document-oriented applications such as search and faceted browsing. As a step towards interconnecting the Web of Documents with the Web of Data, we developed DBpedia Spotlight, a system for automatically annotating text documents with DBpedia URIs. DBpedia Spotlight allows users to configure the annotations to their specific needs through the DBpedia Ontology and quality measures such as prominence, topical pertinence, contextual ambiguity and disambiguation confidence. We compare our approach with the state of the art in disambiguation, and evaluate our results in light of three baselines and six publicly available annotation systems, demonstrating the competitiveness of our system. DBpedia Spotlight is shared as open source and deployed as a Web Service freely available for public use.}
}

Maintainers