delip / PyTorchNLPBook

Code and data accompanying Natural Language Processing with PyTorch published by O'Reilly Media https://amzn.to/3JUgR2L
Apache License 2.0
1.96k stars 799 forks source link

cant download the dataset #7

Closed tongbc closed 5 years ago

tongbc commented 5 years ago

connection refused...

braingineer commented 5 years ago

Hi @tongbc

Are you able to access it through this link? https://drive.google.com/open?id=1o2ac0EliUod63sYUdpow_Dh-OqS3hF5Z

Sometimes firewalls block google drive links.

tongbc commented 5 years ago

Hi @braingineer,i can access it though ur link,can you please upload the whole project including the dataset to the google drive,so i can download and use them?thank a lot,my friend!or you can send it to my email address,624360737@qq.com thanks alot!

braingineer commented 5 years ago

Hi @tongbc

That is good you can access it through that link. It is odd that the script doesn't work. I have edited the README to link to the datasets directly and state what the directory structure should be. The IDs that were in the get-all-data.sh script were the google drive IDs and so they can be converted back to their URL form.

Here is the link to the diff: https://github.com/joosthub/PyTorchNLPBook/commit/bbd1d0d707019578cce4affa0361272a0c420305 and you should now be able to view the links: https://github.com/joosthub/PyTorchNLPBook/tree/master/data

Please let me know if you have further issues!