spaCy/spacy/tests/pipeline
Adriane Boyd b7107ac89f
Disregard special tag _SP in check for new tag map (#5641)
* Skip special tag  _SP in check for new tag map

In `Tagger.begin_training()` check for new tags aside from `_SP` in the
new tag map initialized from the provided gold tuples when determining
whether to reinitialize the morphology with the new tag map.

* Simplify _SP check
2020-06-26 09:23:21 +02:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_analysis.py Fix pipeline analysis on remove pipe (#4557) 2019-10-30 19:04:17 +01:00
test_entity_linker.py Explicitly catch warning in test 2019-10-24 16:16:27 +02:00
test_entity_ruler.py Tidy up and auto-format 2020-03-25 12:28:12 +01:00
test_factories.py Revert #4334 2019-09-29 17:32:12 +02:00
test_functions.py Auto-format [ci skip] 2019-10-30 19:27:18 +01:00
test_pipe_methods.py Also support passing list to Language.disable_pipes (#4521) 2019-10-25 16:19:08 +02:00
test_sentencizer.py Tidy up and auto-format 2020-05-21 14:14:01 +02:00
test_tagger.py Disregard special tag _SP in check for new tag map (#5641) 2020-06-26 09:23:21 +02:00
test_textcat.py Add error for non-string labels (#4690) 2019-11-21 16:24:10 +01:00