mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-09 15:52:31 +03:00
fix config example [ci skip]
This commit is contained in:
parent
3929431af1
commit
3ac620f09d
|
@ -632,7 +632,7 @@ tabular results to a file:
|
||||||
> ### config.cfg (excerpt)
|
> ### config.cfg (excerpt)
|
||||||
> [training.logger]
|
> [training.logger]
|
||||||
> @loggers = "my_custom_logger.v1"
|
> @loggers = "my_custom_logger.v1"
|
||||||
> file_path = "my_file.tab"
|
> log_path = "my_file.tab"
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|
Loading…
Reference in New Issue
Block a user