diff --git a/utils/posttextparser.py b/utils/posttextparser.py index 7e504a8..9b1e306 100644 --- a/utils/posttextparser.py +++ b/utils/posttextparser.py @@ -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()