Update language.jade (#2616)

This commit is contained in:
Brian Phillips 2018-07-31 06:34:42 -04:00 committed by Ines Montani
parent 055cc0de44
commit 8227de0099

View File

@ -578,7 +578,7 @@ p Serialize the current state to a binary string.
p Load state from a binary string.
+aside-code("Example").
fron spacy.lang.en import English
from spacy.lang.en import English
nlp_bytes = nlp.to_bytes()
nlp2 = English()
nlp2.from_bytes(nlp_bytes)