mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
added forgotten C for spaCy
This commit is contained in:
parent
bede11b67c
commit
ad598c66db
|
@ -163,7 +163,7 @@ p
|
||||||
nlp = English().from_disk('/path/to/nlp')
|
nlp = English().from_disk('/path/to/nlp')
|
||||||
|
|
||||||
p
|
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],
|
| objects. All container classes, i.e. #[code Language], #[code Doc],
|
||||||
| #[code Vocab] and #[code StringStore] now have a #[code to_bytes()],
|
| #[code Vocab] and #[code StringStore] now have a #[code to_bytes()],
|
||||||
| #[code from_bytes()], #[code to_disk()] and #[code from_disk()] method
|
| #[code from_bytes()], #[code to_disk()] and #[code from_disk()] method
|
||||||
|
|
Loading…
Reference in New Issue
Block a user