Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 802 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 802 Bytes

An OpenRefine reconciliation service for FAST.

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

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

##Changes for this Fork

Updated to be able to run in either python 2 or 3.