From 0e588af4b0fe9a1b3181b21bfe9a3cfb201dac52 Mon Sep 17 00:00:00 2001 From: Armin Stepanjan Date: Thu, 29 Jul 2021 21:21:45 +0100 Subject: [PATCH] Remove -m flag from en_core_web_sm download The `-m` flag in `spacy -m download en_core_web_sm` was likely due to an alternative installation method `python -m spacy download en_core_web_sm`. --- 2-svd-nmf-topic-modeling.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-svd-nmf-topic-modeling.ipynb b/2-svd-nmf-topic-modeling.ipynb index f9d50bf..fc16255 100644 --- a/2-svd-nmf-topic-modeling.ipynb +++ b/2-svd-nmf-topic-modeling.ipynb @@ -549,7 +549,7 @@ "\n", "You will then need to download the English model:\n", "```\n", - "spacy -m download en_core_web_sm\n", + "spacy download en_core_web_sm\n", "```" ] },