mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-29 05:13:42 +03:00
Fix new-style header
This commit is contained in:
parent
d7192c457b
commit
4bad296293
|
@ -250,7 +250,7 @@ $ python -m spacy init labels [config_path] [output_path] [--code] [--verbose] [
|
||||||
| overrides | Config parameters to override. Should be options starting with `--` that correspond to the config section and value to override, e.g. `--paths.train ./train.spacy`. ~~Any (option/flag)~~ |
|
| overrides | Config parameters to override. Should be options starting with `--` that correspond to the config section and value to override, e.g. `--paths.train ./train.spacy`. ~~Any (option/flag)~~ |
|
||||||
| **CREATES** | The label files. |
|
| **CREATES** | The label files. |
|
||||||
|
|
||||||
## configure {id="configure", new="TODO"}
|
## configure {id="configure", version="TODO"}
|
||||||
|
|
||||||
Modify or combine existing configs in high-level ways. Can be used to automate
|
Modify or combine existing configs in high-level ways. Can be used to automate
|
||||||
config changes made as part of the development cycle.
|
config changes made as part of the development cycle.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user