spaCy/spacy/cli
Sofie Van Landeghem c0f4a1e43b
train is from-config by default (#5575)
* verbose and tag_map options

* adding init_tok2vec option and only changing the tok2vec that is specified

* adding omit_extra_lookups and verifying textcat config

* wip

* pretrain bugfix

* add replace and resume options

* train_textcat fix

* raw text functionality

* improve UX when KeyError or when input data can't be parsed

* avoid unnecessary access to goldparse in TextCat pipe

* save performance information in nlp.meta

* add noise_level to config

* move nn_parser's defaults to config file

* multitask in config - doesn't work yet

* scorer offering both F and AUC options, need to be specified in config

* add textcat verification code from old train script

* small fixes to config files

* clean up

* set default config for ner/parser to allow create_pipe to work as before

* two more test fixes

* small fixes

* cleanup

* fix NER pickling + additional unit test

* create_pipe as before
2020-06-12 02:02:07 +02:00
..
converters unicode -> str consistency 2020-05-24 17:20:58 +02:00
__init__.py add discard_oversize parameter, move optimizer to training subsection 2020-06-03 10:04:16 +02:00
convert.py Add convert CLI option to merge CoNLL-U subtokens (#4722) 2020-01-29 17:44:25 +01:00
debug_data.py Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
download.py Use more sophisticated version parsing logic 2020-05-30 15:01:58 +02:00
evaluate.py train is from-config by default (#5575) 2020-06-12 02:02:07 +02:00
info.py unicode -> str consistency [ci skip] 2020-05-24 18:51:10 +02:00
init_model.py Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
package.py Use more sophisticated version parsing logic 2020-05-30 15:01:58 +02:00
pretrain.py train is from-config by default (#5575) 2020-06-12 02:02:07 +02:00
profile.py Update spaCy for thinc 8.0.0 (#4920) 2020-01-29 17:06:46 +01:00
train_from_config.py train is from-config by default (#5575) 2020-06-12 02:02:07 +02:00
validate.py Make functions more general purpose and update docstrings and tests 2020-05-30 15:18:53 +02:00