added forgotten C for spaCy

This commit is contained in:
DuyguA 2018-03-19 12:47:34 +01:00 committed by 4altinok
parent bede11b67c
commit ad598c66db

View File

@ -163,7 +163,7 @@ p
nlp = English().from_disk('/path/to/nlp')
p
| spay's serialization API has been made consistent across classes and
| spaCy's serialization API has been made consistent across classes and
| objects. All container classes, i.e. #[code Language], #[code Doc],
| #[code Vocab] and #[code StringStore] now have a #[code to_bytes()],
| #[code from_bytes()], #[code to_disk()] and #[code from_disk()] method