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
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
test_ner.py Tidy up and format remaining files 2018-11-30 17:43:08 +01:00
test_neural_parser.py
test_nn_beam.py
test_nonproj.py
test_parse.py
test_parse_navigate.py
test_preset_sbd.py
test_space_attachment.py