I am trying to download all the data package for the nltk
. But it is always failing while trying to download framenet_v15. It simply hangs there.
Tried multiple times from the same machine. Each time almost left for 30 mins and once more than one hour. Tried to replace the source server to google svn, but downloader gave an error.
Unfortunately, I don't have any other information. Is there way to figure what the problem is? Or is there any alternate source from where I can download the nltk
data?
Thanks.
Edit:
finally downloaded with wget -c
, it took lot of retries before finally completing the download.
Some observations
- After some some amount of data is downloaded, the connection goes to freeze. The server is not reachable by ping.
- The downloadable data is shared on the same server which hosts nltk.org.
- Whenever the download is freezing the site is also not available ( not the nltk.org) but other sites for which caching is not enabled. Obviously server is not able to serve.
- May be there is a resource leak, which is manifesting for this download.
- There might be a process restart, which makes the server available after some time( ~2 mins).
- Why large downloads don't use torrent? Just another option for downloads.