Indexing DBpedia with Elasticsearch.
Project description
Elasticpedia
Indexing DBpedia with Elasticsearch.
Free software: Apache Software License 2.0
Documentation: https://elasticpedia.readthedocs.io.
Features
Create an ElasticSearch index with DBpedia entities.
Redirected entities can be filtered out by providing them separately.
Current version supports only .ttl files.
Credits
If you use this package for your research work, please cite:
Cutrona, Vincenzo. (2020, April 21). Elasticpedia v1.0.1 (Version v1.0.1). Zenodo.
This package was derived from the DBpedia indexer provided by the DBpedia Lookup project.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
1.0.1 (2020-04-21)
[BUG-FIX] Update regex for triples parsing (handle escaped chars in Literals).
1.0.0 (2020-03-30)
Add support for .ttl file without prefixes only.
Writing to ES using native ES-Spark library.
Params can be read from env vars.
Redirect files are optional.
Update docs and make code citable.
0.1.0 (2020-01-14)
First release on PyPI.