spaCy/spacy/cli
Bram Vanroy ed561cf428
Terminology: deprecated vs obsolete (#7621)
* Terminology: deprecated vs obsolete

Typically, deprecated is used for functionality that is bound to become unavailable but that can still be used. Obsolete is used for features that have been removed. In E941, I think what is meant is "obsolete" since loading a model by a shortcut simply does not work anymore (and throws an error). This is different from downloading a model with a shortcut, which is deprecated but still works.

In light of this, perhaps all other error codes should be checked as well.

* clarify that the link command is removed and not just deprecated

Co-authored-by: svlandeg <sofie.vanlandeghem@gmail.com>
2021-04-12 14:37:00 +02:00
..
project Support env vars and CLI overrides for project.yml 2021-02-10 13:45:27 +11:00
templates Omit unused tok2vec/transformer components 2021-03-02 15:53:30 +01:00
__init__.py Terminology: deprecated vs obsolete (#7621) 2021-04-12 14:37:00 +02:00
_util.py Add hint for --gpu-id to CLI device info (#7234) 2021-03-03 01:11:18 +11:00
convert.py Fix conll converter option (#7071) 2021-02-18 10:22:41 +01:00
debug_config.py Add --code to spacy debug CLI 2021-03-12 09:51:26 +01:00
debug_data.py Update debug data further for v3 (#7602) 2021-04-09 11:53:42 +02:00
debug_model.py Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
download.py textcat scoring fix and multi_label docs (#6974) 2021-03-09 23:04:22 +11:00
evaluate.py Fix displacy output in evaluate CLI (#7122) 2021-02-19 23:01:20 +11:00
info.py Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
init_config.py Add --code option to init fill-config 2021-03-12 10:03:57 +01:00
init_pipeline.py WIP: Various small training changes (#6818) 2021-01-26 14:51:52 +11:00
package.py Merge branch 'develop' of https://github.com/explosion/spaCy into develop 2021-01-30 21:03:25 +11:00
pretrain.py Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
profile.py Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
train.py Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
validate.py Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00