spaCy/spacy/tests/parser
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
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_add_label.py train is from-config by default (#5575) 2020-06-12 02:02:07 +02:00
test_arc_eager_oracle.py train is from-config by default (#5575) 2020-06-12 02:02:07 +02:00
test_ner.py train is from-config by default (#5575) 2020-06-12 02:02:07 +02:00
test_neural_parser.py train is from-config by default (#5575) 2020-06-12 02:02:07 +02:00
test_nn_beam.py train is from-config by default (#5575) 2020-06-12 02:02:07 +02:00
test_nonproj.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
test_parse_navigate.py Merge branch 'master' into tmp/sync 2020-03-26 13:38:14 +01:00
test_parse.py Default settings to configurations (#4995) 2020-02-27 18:42:27 +01:00
test_preset_sbd.py train is from-config by default (#5575) 2020-06-12 02:02:07 +02:00
test_space_attachment.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00