mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Typo correction in Readme file
Missing the "sm" in the en_core_web_....load() call.
This commit is contained in:
parent
2e7391e627
commit
697b60fbab
|
@ -218,7 +218,7 @@ then call its ``load()`` method:
|
|||
import spacy
|
||||
import en_core_web_sm
|
||||
|
||||
nlp = en_core_web_.load()
|
||||
nlp = en_core_web_sm.load()
|
||||
doc = nlp(u'This is a sentence.')
|
||||
|
||||
📖 **For more info and examples, check out the**
|
||||
|
|
Loading…
Reference in New Issue
Block a user