spaCy/spacy/tests/parser
Sofie Van Landeghem de5a9ecdf3 Distinction between outside, missing and blocked NER annotations (#4307)
* remove duplicate unit test

* unit test (currently failing) for issue 4267

* bugfix: ensure doc.ents preserves kb_id annotations

* fix in setting doc.ents with empty label

* rename

* test for presetting an entity to a certain type

* allow overwriting Outside + blocking presets

* fix actions when previous label needs to be kept

* fix default ent_iob in set entities

* cleaner solution with U- action

* remove debugging print statements

* unit tests with explicit transitions and is_valid testing

* remove U- from move_names explicitly

* remove unit tests with pre-trained models that don't work

* remove (working) unit tests with pre-trained models

* clean up unit tests

* move unit tests

* small fixes

* remove two TODO's from doc.ents comments
2019-09-18 21:37:17 +02:00
..
__init__.py add __init__.py to empty package dirs 2016-03-14 11:28:03 +01:00
test_add_label.py Fix bug in Parser.labels and add test (#4275) 2019-09-11 18:29:35 +02:00
test_arc_eager_oracle.py Tidy up and format remaining files 2018-11-30 17:43:08 +01:00
test_ner.py Distinction between outside, missing and blocked NER annotations (#4307) 2019-09-18 21:37:17 +02: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