mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 17:24:41 +03:00
Fix typo
This commit is contained in:
parent
b5dd7e7cc4
commit
fa1844b132
|
@ -22,7 +22,7 @@ p
|
|||
|
||||
+aside-code.
|
||||
from spacy.lang.en import English
|
||||
from spacy.lang.en import German
|
||||
from spacy.lang.de import German
|
||||
|
||||
nlp_en = English() # includes English data
|
||||
nlp_de = German() # includes German data
|
||||
|
|
Loading…
Reference in New Issue
Block a user