spaCy/spacy/cli
ines d4f2baf7dd 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-12 21:44:18 +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-09 11:52:38 +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-09 11:52:38 +02:00
package.py Add create_meta option to package command 2017-08-12 21:44:18 +02:00
train.py Remove redundant pickling during training 2017-08-12 08:55:53 -05:00