dbpedia / extraction-framework

The software used to extract structured data from Wikipedia
859 stars 269 forks source link

Display more informational messages on extraction start #120

Open jimkont opened 11 years ago

jimkont commented 11 years ago

To avoid cases such as #119 I suggest we display better messages on the user. when we do not download a dump due to a download-complete file say something like:

download-comlete file found for xxwiki, skipping download for xx. If you want to re-download the dump delete the file and restart the process

similar for extarction:

extraction-complete file found for xxwiki, skipping extraction for xx. If you want to re-extract delete the file and restart the process

To better debug multi file extraction we should display a message like:

found X dump files for xxwiki: file1 file2 ...

ninniuz commented 11 years ago

Can I work on that?

jimkont commented 11 years ago

yup, go ahead :) but wait a while to do the merge first