Code Monkey home page Code Monkey logo

dicare-tools-import's Introduction

Description

dicare-tools-import is a Java project that handles the first step of import from Wikidata JSON dumps to Related Properties and Related Projects, generating CSV files using Wikidata Toolkit.

Installation

Use Maven to generate the binary target/wdtk-import.jar:

mvn clean install

Configuration

There is no configuration file. If you want to change the directories used by this software, you will need to modify the lines at the beginning of src/main/java/org/dicare/tools/wdtk/Main.java and then regenerate a binary (see § Installation):

private static final String DUMP_DIRECTORY = "/home/wikidata/";
private static final String TMP_DIRECTORY = "/tmp/";

Copyright

This project is under AGPLv3 license. See LICENSE and NOTICE files.

See also

dicare-tools-import's People

Contributors

envlh avatar

Watchers

 avatar

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.