Skip to content

cbdavis/enipedia-openrefine-reconcile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enipedia-openrefine-reconcile

Note: current development efforts are focused on https://github.com/cbdavis/enipedia-search

This contains R code used to set up a OpenRefine reconciliation service for the data on enipedia.tudelft.nl. It also contains numerous functions which have been developed to help with the process of entity matching between data sets. The code is being refactored to make the functions more modular so that it is easy to be able to test out different entity matching strategies and evaluate how well they work compared to other methods.

The code is organized as a package to make it easier to work with.

The packages can be built and installed via the commands below:

cd Directory/Of/enipedia-openrefine-reconcile
bash ./checkBuildAndInstall.sh

Otherwise, it can be built and installed via the following steps:

  1. Check that everything is ok:
cd Directory/Of/enipedia-openrefine-reconcile
R CMD check .
  1. Build:
cd .. 
R CMD build enipedia-openrefine-reconcile
  1. Install it so that it is accessible within the R environment:
sudo R CMD INSTALL EnipediaOpenrefineReconcile_0.1.tar.gz

The functions can then be accessed from within R code by first declaring:

library(EnipediaOpenrefineReconcile)

About

R code used to set up a reconciliation service for the data on enipedia.tudelft.nl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published