spaCy/spacy/cli
Adriane Boyd c67fc6aa5b
Make `docs_to_json` backwards-compatible with v2 (#5714)
* In `spacy convert -t json` output the JSON docs wrapped in a list

* Add back token-level `ner` alongside the doc-level `entities`
2020-07-06 14:15:00 +02:00
..
__init__.py Import project_run_all function 2020-06-29 16:54:19 +02:00
_app.py
convert.py Make `docs_to_json` backwards-compatible with v2 (#5714) 2020-07-06 14:15:00 +02:00
debug_data.py Auto-format 2020-07-04 16:25:34 +02:00
download.py Start updating website for v3 [ci skip] 2020-07-01 21:26:39 +02:00
evaluate.py Remove dead and/or deprecated code (#5710) 2020-07-06 13:06:25 +02:00
info.py
init_model.py Auto-format 2020-07-04 16:25:34 +02:00
package.py Fix package command and add version option 2020-06-27 20:36:08 +02:00
pretrain.py Remove dead and/or deprecated code (#5710) 2020-07-06 13:06:25 +02:00
profile.py Feature/example only (#5707) 2020-07-06 13:02:36 +02:00
project.py Merge pull request #5681 from svlandeg/bugfix/exec-cwd 2020-07-01 14:13:19 +02:00
train.py Remove dead and/or deprecated code (#5710) 2020-07-06 13:06:25 +02:00
validate.py