mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 18:56:36 +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'
|
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):
|
def download_file(url, out):
|
||||||
wget.download(url, out=out)
|
wget.download(url, out=out)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user