mirror of https://github.com/explosion/spaCy.git
Merge pull request #8808 from kevinlu1248/master [ci skip]
Changed a CLI command in data-formats.md due to erroneous information
This commit is contained in:
commit
134cb06af3
|
@ -297,7 +297,7 @@ objects to JSON, you can now serialize them directly using the
|
|||
format:
|
||||
|
||||
```cli
|
||||
$ python -m spacy convert ./data.json ./output.spacy
|
||||
$ python -m spacy convert ./data.json .
|
||||
```
|
||||
|
||||
</Infobox>
|
||||
|
|
Loading…
Reference in New Issue