Giter Club home page Giter Club logo

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

conda-reconcile's People

Contributors

remerjohnson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

abbypenn93

conda-reconcile's Issues

Update to python 3.7 environment

Due to many issues with Windows, and the fact that python 3.5 is not a great version to keep supporting, change base python version to 3.7

Also, evaluate whether conda-forge packages could work better, getting around some of the Windows peculiarities...

Resolve Windows issues

Apparently, Windows 10's Anaconda is lately not working well with the Visual C++ libraries, causing the environment to not work on Windows. Investigate and resolve

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.