spaCy/spacy/cli
ines 4b2fe12992 Add create_meta option to package command
Re-create meta.json in model directory, even if it exists. Especially
useful when updating existing spaCy models or training with Prodigy.
Ensures user won't end up with multiple "en_core_web_sm" models, and
offers easy way to change the model's name and settings without having
to edit the meta.json file.
2017-08-14 12:16:12 +02:00
..
converters Fixed conllu converter 2017-06-09 22:53:56 +02:00
__init__.py Reduce complexity in CLI 2017-05-22 12:28:58 +02:00
convert.py Merge branch 'develop' of https://github.com/explosion/spaCy into develop 2017-05-27 16:34:28 -05:00
download.py Fix autolinking failure on fresh model install (resolves #1138) 2017-08-14 12:13:26 +02:00
info.py Fix typo 2017-06-04 20:44:15 +02:00
link.py Fix autolinking failure on fresh model install (resolves #1138) 2017-08-14 12:13:26 +02:00
package.py Add create_meta option to package command 2017-08-14 12:16:12 +02:00
train.py Improve train CLI 2017-06-04 20:18:37 -05:00