spaCy/spacy/tests/regression
Sofie Van Landeghem 60f22e1800
Pipe API (#6034)
* ensure Language passes on valid examples for initialization

* fix tagger model initialization

* check for valid get_examples across components

* assume labels were added before begin_training

* fix senter initialization

* fix morphologizer initialization

* use methods to check arguments

* test textcat init, requires thinc>=8.0.0a31

* fix tok2vec init

* fix entity linker init

* use islice

* fix simple NER

* cleanup debug model

* fix assert statements

* fix tests

* throw error when adding a label if the output layer can't be resized anymore

* fix test

* add failing test for simple_ner

* UX improvements

* morphologizer UX

* assume begin_training gets a representative set and processes the labels

* remove assumptions for output of untrained NER model

* restore test for original purpose
2020-09-08 22:44:25 +02:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_issue1-1000.py Tidy up and auto-format 2020-08-09 22:36:23 +02:00
test_issue1001-1500.py Tidy up and auto-format 2020-08-09 22:36:23 +02:00
test_issue1501-2000.py Tidy up and auto-format 2020-08-09 22:36:23 +02:00
test_issue2001-2500.py Replace lexeme_norm warning with logging 2020-08-14 15:00:52 +02:00
test_issue2501-3000.py Pipe API (#6034) 2020-09-08 22:44:25 +02:00
test_issue3001-3500.py Replace lexeme_norm warning with logging 2020-08-14 15:00:52 +02:00
test_issue3501-4000.py Pipe API (#6034) 2020-09-08 22:44:25 +02:00
test_issue4001-4500.py Prevent Tagger model init with 0 labels (#5984) 2020-08-31 21:24:33 +02:00
test_issue4501-5000.py Officially support DependencyMatcher 2020-09-02 17:45:29 +02:00
test_issue5048.py Remove unicode declarations 2020-03-26 15:18:32 +01:00
test_issue5082.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
test_issue5137.py Simplify config overrides in CLI and deserialization (#5880) 2020-08-05 23:35:09 +02:00
test_issue5141.py fix serialization of empty doc + unit test 2020-03-13 16:07:56 +01:00
test_issue5152.py Replace lexeme_norm warning with logging 2020-08-14 15:00:52 +02:00
test_issue5230.py Pipe API (#6034) 2020-09-08 22:44:25 +02:00
test_issue5458.py Remove unicode declarations and tidy up 2020-06-21 22:34:10 +02:00
test_issue5551.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
test_issue5838.py Remove unicode declarations and update language data 2020-09-04 13:19:16 +02:00
test_issue5918.py Fix tests 2020-09-04 14:05:55 +02:00