dbpedia / jsonpedia-extractor

Fine grained massive extraction of Wiipedia content GSoC 2014 Project
6 stars 4 forks source link

Jsonpedia Extractors

The focus of this GSoC project is twofold:

Building the program

This program needs jsonpedia installed. To install it follow this instructions:

$ git clone https://bitbucket.com/hardest/jsonpedia.git
$ cd jsonpedia
$ gradle install

Once jsonpedia is installed this project can be built by issuing gradle build

IDE configuration

Intellij project files can be generated by running gradle idea