spaCy/spacy/tests/pipeline
Paul O'Leary McCann e9626e38c1 Fix serialization test
This test was failing not because the thing it was testing wasn't
working, but because of the way span equality works. Span equality
relies on doc equality, and doc equality is object identity, so spans
from different docs will never be equal.
2021-07-14 18:37:34 +09:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_analysis.py Simplify pipe analysis 2020-08-01 13:40:06 +02:00
test_annotates_on_update.py Tidy up with flake8: imports, comparisons, etc. 2021-06-28 12:08:15 +02:00
test_attributeruler.py Tidy up and auto-format 2021-01-05 13:41:53 +11:00
test_coref.py Fix serialization test 2021-07-14 18:37:34 +09:00
test_entity_linker.py Tidy up with flake8: imports, comparisons, etc. 2021-06-28 12:08:15 +02:00
test_entity_ruler.py Filter W036 for entity ruler, etc. (#8424) 2021-06-21 09:34:29 +02:00
test_functions.py Add token_splitter component (#6726) 2021-01-17 19:54:41 +08:00
test_initialize.py Test with default value 2020-09-29 17:00:40 +02:00
test_lemmatizer.py Use warnings.warn instead of logger.warning 2021-06-04 17:44:08 +02:00
test_models.py Tidy up code 2021-06-28 12:08:15 +02:00
test_morphologizer.py Handle unset token.morph in Morphologizer (#6704) 2021-01-15 17:20:10 +01:00
test_pipe_factories.py Tidy up code 2021-06-28 12:08:15 +02:00
test_pipe_methods.py Tidy up code 2021-06-28 12:08:15 +02:00
test_sentencizer.py Refactor Docs.is_ flags (#6044) 2020-09-17 00:14:01 +02:00
test_senter.py adding tests for trained models to ensure predict reproducibility 2020-10-13 21:07:13 +02:00
test_spancat.py add spacy prefix to ngram_suggester.v1 (#8623) 2021-07-07 08:09:30 +02:00
test_tagger.py Tidy up with flake8: imports, comparisons, etc. 2021-06-28 12:08:15 +02:00
test_textcat.py Raise an error for textcat with <2 labels (#8584) 2021-07-06 12:35:22 +02:00
test_tok2vec.py Tidy up code 2021-06-28 12:08:15 +02:00