mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-03 10:55:52 +03:00
fix sputnik call
This commit is contained in:
parent
eaadca2bf2
commit
2d4efe40f9
|
@ -34,7 +34,7 @@ def main(data_size='all', force=False):
|
|||
if not os.path.isdir(data_path):
|
||||
os.mkdir(data_path)
|
||||
|
||||
command = sputnik.make_command(
|
||||
command = sputnik.command(
|
||||
data_path=data_path,
|
||||
repository_url='https://index.spacy.io')
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user