mirror of
https://github.com/explosion/spaCy.git
synced 2025-05-30 02:33:07 +03:00
Update serialization docs [ci skip]
This commit is contained in:
parent
75514b5970
commit
089f44cc56
|
@ -13,9 +13,9 @@ file or a byte string. This process is called serialization. spaCy comes with
|
||||||
> object to and from disk, but it's also used for distributed computing, e.g.
|
> object to and from disk, but it's also used for distributed computing, e.g.
|
||||||
> with
|
> with
|
||||||
> [PySpark](https://spark.apache.org/docs/0.9.0/python-programming-guide.html)
|
> [PySpark](https://spark.apache.org/docs/0.9.0/python-programming-guide.html)
|
||||||
> or [Dask](http://dask.pydata.org/en/latest/). When you unpickle an object,
|
> or [Dask](https://dask.org). When you unpickle an object, you're agreeing to
|
||||||
> you're agreeing to execute whatever code it contains. It's like calling
|
> execute whatever code it contains. It's like calling `eval()` on a string – so
|
||||||
> `eval()` on a string – so don't unpickle objects from untrusted sources.
|
> don't unpickle objects from untrusted sources.
|
||||||
|
|
||||||
All container classes, i.e. [`Language`](/api/language) (`nlp`),
|
All container classes, i.e. [`Language`](/api/language) (`nlp`),
|
||||||
[`Doc`](/api/doc), [`Vocab`](/api/vocab) and [`StringStore`](/api/stringstore)
|
[`Doc`](/api/doc), [`Vocab`](/api/vocab) and [`StringStore`](/api/stringstore)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user