mirror of https://github.com/explosion/spaCy.git
Update formatting [ci skip]
This commit is contained in:
parent
98a9e063b6
commit
f27aecac14
|
@ -243,7 +243,7 @@ file `data.json` in its subdirectory:
|
||||||
### Directory structure {highlight="2-3"}
|
### Directory structure {highlight="2-3"}
|
||||||
└── /path/to/model
|
└── /path/to/model
|
||||||
├── my_component # data serialized by "my_component"
|
├── my_component # data serialized by "my_component"
|
||||||
| └── data.json
|
│ └── data.json
|
||||||
├── ner # data for "ner" component
|
├── ner # data for "ner" component
|
||||||
├── parser # data for "parser" component
|
├── parser # data for "parser" component
|
||||||
├── tagger # data for "tagger" component
|
├── tagger # data for "tagger" component
|
||||||
|
|
Loading…
Reference in New Issue