Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 839 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 839 Bytes

An OpenRefine reconciliation service for FAST that works with Python 3.

FAST is available as Linked Data, which is an approach to publishing data which enhances the utility of information on the web by making references to persons, places, things, etc. more consistent and linkable across domains.

The service queries the FAST AutoSuggest API and provides normalized scores across queries for reconciling in Refine.

Run locally as:

$ python reconcile.py --debug

The URL (endpoint) of the reconciliation service is http://127.0.0.1:5000/reconcile

Michael Stephens wrote a demo reconcilliation service that this code is based on.