mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-29 17:33:10 +03:00
Update CLI command invocation syntax
This commit is contained in:
parent
3ab669ae6a
commit
13e1d8ca90
|
@ -194,7 +194,7 @@ is read from the `initialize.components.transformer.encoder_loader` config
|
||||||
section.
|
section.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ python -m spacy init fill-config-transformer [base_path] [output_file]
|
$ python -m spacy init fill-config-transformer [base_path] [output_file] [--code] [--name]
|
||||||
```
|
```
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
|
@ -1043,7 +1043,7 @@ $ python -m spacy debug model ./config.cfg tagger -l "5,15" -DIM -PAR -P0 -P1 -P
|
||||||
Analyze word- or sentencepiece stats.
|
Analyze word- or sentencepiece stats.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ python -m spacy debug pieces [config_path] [code_path] [transformer_name]
|
$ python -m spacy debug pieces [config_path] [--code] [--name] [overrides]
|
||||||
```
|
```
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user