https://github.com/atomotic/cce-reconcile
An OpenRefine reconciliation service for CCE subject categories (conciliator+solr)
https://github.com/atomotic/cce-reconcile
code4lib openrefine
Last synced: 2 months ago
JSON representation
An OpenRefine reconciliation service for CCE subject categories (conciliator+solr)
- Host: GitHub
- URL: https://github.com/atomotic/cce-reconcile
- Owner: atomotic
- Created: 2018-03-11T10:08:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T10:23:29.000Z (about 7 years ago)
- Last Synced: 2025-01-05T02:25:01.510Z (4 months ago)
- Topics: code4lib, openrefine
- Language: Shell
- Size: 68.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cce-reconcile
An OpenRefine reconciliation service for [CCE subject categories](https://www.ie-online.it/CCE2_2.0.pdf) (based on [BIC’s Subject Categories](https://ns.editeur.org/bic_categories)).
Made with [codeforkjeff/conciliator](https://github.com/codeforkjeff/conciliator) and SOLR.Requirements: docker, docker-compose
Usage:
1. Start the docker stack:
docker-compose up -d
2. Load data into solr index:
./load-data.sh
3. Add a reconcile service to OpenRefine: `http://localhost:8080/reconcile/solr`
for better results tweak the [solr query](https://github.com/atomotic/cce-reconcile/blob/master/conciliator.properties#L9)