mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-24 00:04:15 +03:00
Add note about round-trip serializing pipeline to API docs (#9583)
This commit is contained in:
parent
f1bc655a38
commit
e43639b27a
|
@ -1000,6 +1000,11 @@ subclasses like `English` or `German` to make language-specific functionality
|
||||||
like the [lexical attribute getters](/usage/linguistic-features#language-data)
|
like the [lexical attribute getters](/usage/linguistic-features#language-data)
|
||||||
available to the loaded object.
|
available to the loaded object.
|
||||||
|
|
||||||
|
Note that if you want to serialize and reload a whole pipeline, using this alone
|
||||||
|
won't work, you also need to handle the config. See
|
||||||
|
["Serializing the pipeline"](https://spacy.io/usage/saving-loading#pipeline) for
|
||||||
|
details.
|
||||||
|
|
||||||
> #### Example
|
> #### Example
|
||||||
>
|
>
|
||||||
> ```python
|
> ```python
|
||||||
|
|
Loading…
Reference in New Issue
Block a user