spaCy/spacy/cli
adrianeboyd 90c52128dc Improve train CLI with base model (#4911)
Improve train CLI with a provided base model so that you can:

* add a new component
* extend an existing component
* replace an existing component

When the final model and best model are saved, reenable any disabled
components and merge the meta information to include the full pipeline
and accuracy information for all components in the base model plus the
newly added components if needed.
2020-01-16 01:58:51 +01:00
..
converters Fix conllu2json converter to output all sentences (#4656) 2019-11-15 17:08:32 +01:00
__init__.py Move UD scripts to bin 2019-03-20 01:19:34 +01:00
_schemas.py Store JSON schemas in Python and tidy up (#3235) 2019-02-07 19:44:31 +11:00
convert.py Auto-format [ci skip] 2019-10-24 16:21:08 +02:00
debug_data.py add warning in debug_data for punctuation in entities (#4853) 2020-01-06 14:59:28 +01:00
download.py Use latest wasabi 2019-11-04 02:38:45 +01:00
evaluate.py Use latest wasabi 2019-11-04 02:38:45 +01:00
info.py Use latest wasabi 2019-11-04 02:38:45 +01:00
init_model.py Restore tqdm imports (#4804) 2019-12-16 13:12:19 +01:00
link.py Use latest wasabi 2019-11-04 02:38:45 +01:00
package.py Use latest wasabi 2019-11-04 02:38:45 +01:00
pretrain.py Use latest wasabi 2019-11-04 02:38:45 +01:00
profile.py Restore tqdm imports (#4804) 2019-12-16 13:12:19 +01:00
train.py Improve train CLI with base model (#4911) 2020-01-16 01:58:51 +01:00
validate.py Use latest wasabi 2019-11-04 02:38:45 +01:00