WillKoehrsen / wikipedia-data-science

Working with and analyzing Wikipedia Data
692 stars 287 forks source link

It seems that the second parameter in get_file() is incorrect #3

Open xuawai opened 5 years ago

xuawai commented 5 years ago

Hi. When downloading the wiki dump through Keras's get_file(file, dump_url) in Downloading and Parsing Wikipedia Articles.ipynb, the second parameter should be dump_url+file instead of dump_url. screen shot 2018-12-23 at 12 38 35 pm And thanks for your work, which brings us convenience when dealing with the wiki dump.

ZeratuuLL commented 5 years ago

I also noticed the same issue. Thanks for pointing it out~