mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
typo in link
This commit is contained in:
parent
f7b76d2d83
commit
705e1cb06c
|
@ -17,7 +17,7 @@ customize the data loading during training, you can register your own
|
|||
or evaluation data. It takes the same arguments as the `Corpus` class and
|
||||
returns a callable that yields [`Example`](/api/example) objects. You can
|
||||
replace it with your own registered function in the
|
||||
[`@readers` registry](/api/top-level#regsitry) to customize the data loading and
|
||||
[`@readers` registry](/api/top-level#registry) to customize the data loading and
|
||||
streaming.
|
||||
|
||||
> #### Example config
|
||||
|
|
Loading…
Reference in New Issue
Block a user