From a2fbddf059ca4e647b2eafae296d187d26e5d5a6 Mon Sep 17 00:00:00 2001 From: Daniel Companeetz Date: Mon, 1 Sep 2025 19:08:22 -0700 Subject: [PATCH] Update README.md Adding new Spacy download language name. Changes may be needed where the module and "en" language is used. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d075436..d41c2a7 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,11 @@ For the text processing chapter, you need to download the English language model python -m spacy download en +As of Spacy v3.0, the syntax is + + python -m spacy download en_core_web_sm + + ## Submitting Errata If you have errata for the (e-)book, please submit them via the [O'Reilly Website](http://www.oreilly.com/catalog/errata.csp?isbn=0636920030515).