1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-03-21 18:34:14 +03:00
spaCy/spacy/tests/vocab_vectors
Adriane Boyd f98b41c390
Add vector deduplication ()
* 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 2019-09-29 17:32:12 +02:00
test_lexeme.py Migrate regression tests into the main test suite () 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 () 2022-01-20 11:40:46 +01:00
test_stringstore.py Test suite clean up () 2020-07-20 14:49:54 +02:00
test_vectors.py Add vector deduplication () 2022-03-30 08:54:23 +02:00
test_vocab_api.py Migrate regression tests into the main test suite () 2021-12-04 20:34:48 +01:00