spaCy/spacy/tests/parser
Matthew Honnibal d9a07a7f6e
💫 Fix class mismap on parser deserializing (closes #3433) (#3470)
v2.1 introduced a regression when deserializing the parser after
parser.add_label() had been called. The code around the class mapping is
pretty confusing currently, as it was written to accommodate backwards
model compatibility. It needs to be revised when the models are next
retrained.

Closes #3433
2019-03-23 13:46:25 +01:00
..
__init__.py add __init__.py to empty package dirs 2016-03-14 11:28:03 +01:00
test_add_label.py 💫 Fix class mismap on parser deserializing (closes #3433) (#3470) 2019-03-23 13:46:25 +01:00
test_arc_eager_oracle.py Tidy up and format remaining files 2018-11-30 17:43:08 +01:00
test_ner.py Tidy up and format remaining files 2018-11-30 17:43:08 +01:00
test_neural_parser.py 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
test_nn_beam.py 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
test_nonproj.py Tidy up and format remaining files 2018-11-30 17:43:08 +01:00
test_parse_navigate.py 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
test_parse.py 💫 Replace {Doc,Span}.merge with Doc.retokenize (#3280) 2019-02-15 10:29:44 +01:00
test_preset_sbd.py 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
test_space_attachment.py Tidy up and format remaining files 2018-11-30 17:43:08 +01:00