spaCy/spacy/tests/vocab_vectors
Adriane Boyd f98b41c390
Add vector deduplication (#10551)
* Add vector deduplication

* Add `Vocab.deduplicate_vectors()`
* Always run deduplication in `spacy init vectors`
* Clean up a few vector-related error messages and docs examples

* Always unique with numpy

* Fix types
2022-03-30 08:54:23 +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 Bugfix for similarity return types (#10051) 2022-01-20 11:40:46 +01:00
test_stringstore.py Test suite clean up (#5781) 2020-07-20 14:49:54 +02:00
test_vectors.py Add vector deduplication (#10551) 2022-03-30 08:54:23 +02:00
test_vocab_api.py Migrate regression tests into the main test suite (#9655) 2021-12-04 20:34:48 +01:00