* Fix download script

This commit is contained in:
Matthew Honnibal 2015-01-30 18:59:31 +11:00
parent df52014d12
commit e578bd37bd

View File

@ -11,7 +11,7 @@ PARSER_URL = 'http://s3-us-west-1.amazonaws.com/media.spacynlp.com/en_deps-0.30.
DEP_VECTORS_URL = 'http://s3-us-west-1.amazonaws.com/media.spacynlp.com/vec.bin'
DEST_DIR = path.join(path.dirname(__file__), 'tmp_data')
DEST_DIR = path.join(path.dirname(__file__), 'data')
def download_file(url, out):
wget.download(url, out=out)