mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 11:20:19 +03:00
Small fix
This commit is contained in:
parent
6bde568047
commit
28e063dda6
|
@ -1717,7 +1717,7 @@ as the final pipeline. The `--code` argument can be used to provide a Python
|
|||
file that's imported before the training process starts. This lets you register
|
||||
[custom functions](/usage/training#custom-functions) and architectures and refer
|
||||
to them in your config, all while still using spaCy's built-in `train` workflow.
|
||||
If you need to manage complex multi-step training workflows, check out the
|
||||
If you need to manage complex multi-step training workflows, check out
|
||||
[Weasel](https://github.com/explosion/weasel).
|
||||
|
||||
> #### Example
|
||||
|
|
Loading…
Reference in New Issue
Block a user