Re: [Dbpedia-gsoc] Dbpedia-gsoc Digest, Vol 17, Issue 7

2016-03-11 Thread Dimitris Kontokostas
looks like there is a mismatch between your download/extraction config The default download configuration downloads all languages and creates this csv file the default extraction configuration trues to extract all languages and tries to find this file try to change the languages in your extraction

Re: [Dbpedia-gsoc] Dbpedia-gsoc Digest, Vol 17, Issue 7

2016-03-09 Thread Dilshan Pathirana
Hi thank you Piano and Dimitris can you please help me by giving propper instruction by how to run the project from source code I have set the project correctly but I have no idea how to run the project On 9 March 2016 at 19:39, Dimitris Kontokostas wrote: > in the server.default.properties conf

Re: [Dbpedia-gsoc] Dbpedia-gsoc Digest, Vol 17, Issue 7

2016-03-09 Thread Dimitris Kontokostas
in the server.default.properties configuration you can either 1. limit the languages to one only e.g. en instead of @mappings # List of languages, e.g. 'en,de,fr' or '@mappings' languages=@mappings 2. change the mappingsDir to something that does not exists to force downloading from the server

Re: [Dbpedia-gsoc] Dbpedia-gsoc Digest, Vol 17, Issue 7

2016-03-09 Thread Nico Del Piano
Hey Dilshan, I ran into the same problem. One solution is the following: Make sure you updated your config files with your custom settings, i.e., changed your download paths in your run/debug configuration. Also, as Aditya suggested, you should update your mapping files: 1. cd core 2. ../run do

Re: [Dbpedia-gsoc] Dbpedia-gsoc Digest, Vol 17, Issue 7

2016-03-09 Thread Dilshan Pathirana
Hi Get the following error when running the project in interlij idea Exception in thread "main" java.io.FileNotFoundException: ../mappings/Mapping_ceb.xml (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195)