GithubHelp home page GithubHelp logo

remerjohnson / conda-reconcile Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 1.0 14 KB

An Anaconda3 environment with relevant python libraries to support various linked data OpenRefine reconciliation scripts

License: The Unlicense

conda virtualenvironment openrefine conda-environment reconciliation reconciliation-service entity-resolution anaconda linked-data

conda-reconcile's Introduction

conda-reconcile: An Anaconda-based OpenRefine Reconciliation Environment

Pre-requisite Anaconda installation

  • (Windows-only) Visual C++ Build Tools: Scrolls down and select the "Build Tools for Visual Studio 2019" download.
  • Download Anaconda3, selecting the Python 3.x version 64-bit installer, and install it.
    • (Windows) During installation use the default settings, and ensure the boxes that add conda to your PATH are checked.

Setup this conda environment

  • Download the YAML (openrefine.yml) file from this repo or clone it.
  • cd to where you downloaded the YAML file.
  • Create the conda environment from the YAML file:
$ conda env create -f openrefine.yml
  • Activate the environment:
$ source activate refine3
  • If your shell complains (and/or you are using Anaconda Prompt), instead drop the source part:
$ activate refine3

Depending on your shell, it should say (refine3) in your command prompt.

Next steps

Make sure you have activated the environment as per above (you must see a refine3 in your prompt).

  • Download or clone an existing reconciliation service
  • Open your shell
    • cd to where you saved the reconciliation service
    • Run it (It runs in the background. You will connect to it via OpenRefine)
      • $ python script_name.py
  • Open OpenRefine to begin reconciliation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.