pull/1550/head
Simon 2 years ago
parent 17a817528d
commit 9f61847de1

@ -14,7 +14,7 @@ def posttextparser(obj):
nlp = spacy.load("en_core_web_sm")
except OSError:
print_step(
"The spacy model can't load. You need to install it with the command \npython -m spacy download spacy download en_core_web_sm"
"The spacy model can't load. You need to install it with the command \npython -m spacy download en_core_web_sm"
)
exit()

Loading…
Cancel
Save