context manager with space (for consistency)

This commit is contained in:
svlandeg 2020-08-21 18:34:02 +02:00
parent da48c6a2a2
commit 262552010d
2 changed files with 5 additions and 5 deletions

View File

@ -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