mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Fix download script
This commit is contained in:
parent
df52014d12
commit
e578bd37bd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user