-
Notifications
You must be signed in to change notification settings - Fork 270
Extraction Instructions
jimkont edited this page Feb 18, 2013
·
33 revisions
$ git clone git://github.com/dbpedia/extraction-framework.git
In the root directory run the following commands
$ mvn clean install # Compiles the code
$ cd dump
$ ../run download config=download-config-file # Downloads the wikipedia dumps
$ ../run extraction extraction-config-file # Extracts triples form the downloaded dumps
For download-config-file & extract-config-file you can either re-use existing files from the repository or adapt them to your needs
To download a fresh copy of the DBpedia ontology from the mappings wiki, use the following commands
$ cd ../core
$ ../run download-ontology