This commit is contained in:
Henning Peters 2016-01-14 12:14:12 +01:00
parent 9b75d872b0
commit d9471f684f

View File

@ -34,7 +34,7 @@ def get_package(value=None, data_path=None):
"model.")
except CompatiblePackageNotFoundException as e:
raise RuntimeError("Installed model is not compatible with spaCy "
"version. Please run 'python -m spacy.en.download "
"version. Please run 'python -m spacy.en.download' "
"--force' to install latest compatible model.")