spaCy/spacy/tests/regression
Ines Montani cf65a80f36 Refactor lemmatizer and data table integration (#4353)
* Move test

* Allow default in Lookups.get_table

* Start with blank tables in Lookups.from_bytes

* Refactor lemmatizer to hold instance of Lookups

* Get lookups table within the lemmatization methods to make sure it references the correct table (even if the table was replaced or modified, e.g. when loading a model from disk)
* Deprecate other arguments on Lemmatizer.__init__ and expect Lookups for consistency
* Remove old and unsupported Lemmatizer.load classmethod
* Refactor language-specific lemmatizers to inherit as much as possible from base class and override only what they need

* Update tests and docs

* Fix more tests

* Fix lemmatizer

* Upgrade pytest to try and fix weird CI errors

* Try pytest 4.6.5
2019-10-01 21:36:03 +02:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue1-1000.py Refactor lemmatizer and data table integration (#4353) 2019-10-01 21:36:03 +02:00
test_issue1001-1500.py Refactor lemmatizer and data table integration (#4353) 2019-10-01 21:36:03 +02:00
test_issue1501-2000.py Refactor lemmatizer and data table integration (#4353) 2019-10-01 21:36:03 +02:00
test_issue2001-2500.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue2501-3000.py Refactor lemmatizer and data table integration (#4353) 2019-10-01 21:36:03 +02:00
test_issue3001-3500.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue3521.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue3526.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue3531.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue3540.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue3549.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue3555.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue3611.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue3625.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue3803.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue3830.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue3839.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue3869.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue3879.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue3880.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue3882.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue3951.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue3959.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue3962.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue3972.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue4002.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue4030.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue4042.py Fix test imports 2019-09-29 17:34:56 +02:00
test_issue4054.py Fix test imports 2019-09-29 17:34:56 +02:00
test_issue4120.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue4133.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue4190.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue4267.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue4272.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue4278.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue4313.py Revert #4334 2019-09-29 17:32:12 +02:00