spaCy/spacy/tests/vocab_vectors
Adriane Boyd 24f4908fce
Update vector handling in similarity methods (#11013)
Distinguish between vectors that are 0 vs. missing vectors when warning
about missing vectors.

Update `Doc.has_vector` to match `Span.has_vector` and
`Token.has_vector` for cases where the vocab has vectors but none of the
tokens in the container have vectors.
2022-06-28 19:50:47 +02:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_lexeme.py Migrate regression tests into the main test suite (#9655) 2021-12-04 20:34:48 +01:00
test_lookups.py unskipping tests with python >= 3.6 2020-12-30 18:46:43 +01:00
test_similarity.py Update vector handling in similarity methods (#11013) 2022-06-28 19:50:47 +02:00
test_stringstore.py Test suite clean up (#5781) 2020-07-20 14:49:54 +02:00
test_vectors.py Update vector handling in similarity methods (#11013) 2022-06-28 19:50:47 +02:00
test_vocab_api.py Migrate regression tests into the main test suite (#9655) 2021-12-04 20:34:48 +01:00