yandexdataschool / nlp_course

YSDA course in Natural Language Processing
https://lena-voita.github.io/nlp_course.html
MIT License
9.83k stars 2.61k forks source link

can't download the data #72

Closed Winona1234 closed 2 months ago

Winona1234 commented 3 years ago

hi, i can't acquire download the data in the code when i run the code,such as this code:

download the data:

!wget https://www.dropbox.com/s/obaitrix9jyu84r/quora.txt?dl=1 -O ./quora.txt

alternative download link: https://yadi.sk/i/BPQrUu1NaTduEw

the outcome is:/bin/bash: wget: command not found

Yaziwel commented 3 years ago

So did I :(

justheuristic commented 3 years ago

Hi! The issue is probably because you don't have wget installed

On Mac OS (and linux distros with curl), try this: !curl -L https://www.dropbox.com/s/obaitrix9jyu84r/quora.txt?dl=1 > ./quora.txt

If it doesn't work, just

If neither of them works, please attach the error screenshots here

aooxin commented 11 months ago

May be you can use wsl in windows, or use browser.