spaCy/spacy/tests/regression
Sofie Van Landeghem 22b9e12159 Ensure the NER remains consistent after resizing (#4330)
* test and fix for second bug of issue 4042

* fix for first bug in 4042

* crashing test for Issue 4313

* forgot one instance of resize

* remove prints

* undo uncomment

* delete test for 4313 (uses third party lib)

* add fix for Issue 4313

* unit test for 4313
2019-09-27 20:57:13 +02:00
..
__init__.py Add __init__.py file for regression tests 2016-11-01 13:45:06 +01:00
test_issue1-1000.py Distinction between outside, missing and blocked NER annotations (#4307) 2019-09-18 21:37:17 +02:00
test_issue1001-1500.py Tidy up and auto-format 2019-09-11 11:38:22 +02:00
test_issue1501-2000.py Set unique vector names in tests 2019-09-16 15:16:54 +02:00
test_issue2001-2500.py Merge regression tests 2019-07-10 12:49:18 +02:00
test_issue2501-3000.py Set unique vector names in tests 2019-09-16 15:16:54 +02:00
test_issue3001-3500.py Make regression test less sensitive to tag-map stuff 2019-08-25 21:54:26 +02:00
test_issue3521.py Tidy up and auto-format 2019-08-20 17:36:34 +02:00
test_issue3526.py Fix handling of old entity ruler files 2019-07-10 12:14:12 +02:00
test_issue3531.py Don't make "settings" or "title" required in displaCy data (closes #3531) 2019-04-03 10:13:16 +02:00
test_issue3540.py Tidy up and auto-format 2019-08-20 17:36:34 +02:00
test_issue3549.py Ensure match pattern error isn't raised on empty errors (closes #3549) 2019-04-09 12:50:43 +02:00
test_issue3555.py Add xfailing test for #3555 2019-04-09 11:07:14 +02:00
test_issue3611.py Auto-format [ci skip] 2019-07-17 12:34:13 +02:00
test_issue3625.py Auto-format [ci skip] 2019-07-17 12:34:13 +02:00
test_issue3803.py Tidy up [ci skip] 2019-06-12 13:38:23 +02:00
test_issue3830.py Fix #3830: 'subtok' label being added even if learn_tokens=False (#4188) 2019-08-23 17:54:00 +02:00
test_issue3839.py Auto-format [ci skip] 2019-07-17 12:34:13 +02:00
test_issue3869.py Auto-format [ci skip] 2019-07-17 12:34:13 +02:00
test_issue3879.py Tidy up and auto-format 2019-09-11 11:38:22 +02:00
test_issue3880.py Tidy up and auto-format 2019-07-11 12:02:25 +02:00
test_issue3882.py Exclude user_data when copying doc in displaCy (closes #3882) 2019-06-26 14:37:05 +02:00
test_issue3951.py Tidy up and auto-format 2019-09-11 11:38:22 +02:00
test_issue3959.py Serialize POS attribute when doc.is_tagged (#4092) 2019-08-21 21:59:30 +02:00
test_issue3962.py Tidy up and auto-format 2019-08-20 17:36:34 +02:00
test_issue3972.py Tidy up and auto-format 2019-09-11 11:38:22 +02:00
test_issue4002.py Tidy up and auto-format 2019-08-18 15:09:16 +02:00
test_issue4030.py Resolve edge case when calling textcat.predict with empty doc (#4035) 2019-07-30 14:58:01 +02:00
test_issue4042.py Ensure the NER remains consistent after resizing (#4330) 2019-09-27 20:57:13 +02:00
test_issue4054.py ensure the lang of vocab and nlp stay consistent (#4057) 2019-08-01 17:13:01 +02:00
test_issue4104.py Tidy up and auto-format 2019-08-18 15:09:16 +02:00
test_issue4120.py Tidy up and auto-format 2019-09-11 11:38:22 +02:00
test_issue4133.py Serialize POS attribute when doc.is_tagged (#4092) 2019-08-21 21:59:30 +02:00
test_issue4190.py Tidy up and auto-format 2019-09-11 11:38:22 +02:00
test_issue4267.py Distinction between outside, missing and blocked NER annotations (#4307) 2019-09-18 21:37:17 +02:00
test_issue4272.py Add GreekLemmatizer.lookup (resolves #4272) 2019-09-11 11:44:40 +02:00
test_issue4278.py remove redundant __call__ method in pipes.TextCategorizer (#4305) 2019-09-18 21:31:27 +02:00
test_issue4313.py Ensure the NER remains consistent after resizing (#4330) 2019-09-27 20:57:13 +02:00