mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 02:36:32 +03:00
context manager with space (for consistency)
This commit is contained in:
parent
da48c6a2a2
commit
262552010d
|
@ -336,7 +336,7 @@ Note that spaCy v3.0 now requires **Python 3.6+**.
|
||||||
[training config](/usage/training#config).
|
[training config](/usage/training#config).
|
||||||
- [`Language.add_pipe`](/api/language#add_pipe) now takes the **string name** of
|
- [`Language.add_pipe`](/api/language#add_pipe) now takes the **string name** of
|
||||||
the component factory instead of the component function.
|
the component factory instead of the component function.
|
||||||
- **Custom pipeline components** now needs to be decorated with the
|
- **Custom pipeline components** now need to be decorated with the
|
||||||
[`@Language.component`](/api/language#component) or
|
[`@Language.component`](/api/language#component) or
|
||||||
[`@Language.factory`](/api/language#factory) decorator.
|
[`@Language.factory`](/api/language#factory) decorator.
|
||||||
- [`Language.update`](/api/language#update) now takes a batch of
|
- [`Language.update`](/api/language#update) now takes a batch of
|
||||||
|
|
Loading…
Reference in New Issue
Block a user