fix sputnik call

This commit is contained in:
Henning Peters 2015-12-13 14:46:08 +01:00
parent eaadca2bf2
commit 2d4efe40f9

View File

@ -34,7 +34,7 @@ def main(data_size='all', force=False):
if not os.path.isdir(data_path): if not os.path.isdir(data_path):
os.mkdir(data_path) os.mkdir(data_path)
command = sputnik.make_command( command = sputnik.command(
data_path=data_path, data_path=data_path,
repository_url='https://index.spacy.io') repository_url='https://index.spacy.io')