1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-03-13 07:55:49 +03:00
spaCy/spacy/tests/vocab_vectors
Ben Taylor 1db79a33cb most_similar() return the k most similar vectors ()
* most_similar return n-most similar vectors

* updated most_similar comment

* add bintay contributor agreement

* sign bintay contributor agreement

* fix most_similar documentation typo

* fixed error in prune_vectors

* updated prune_vectors test
2019-10-03 14:09:44 +02:00
..
__init__.py Revert 2019-09-29 17:32:12 +02:00
test_lexeme.py Revert 2019-09-29 17:32:12 +02:00
test_lookups.py Revert 2019-09-29 17:32:12 +02:00
test_similarity.py Revert 2019-09-29 17:32:12 +02:00
test_stringstore.py Revert 2019-09-29 17:32:12 +02:00
test_vectors.py most_similar() return the k most similar vectors () 2019-10-03 14:09:44 +02:00
test_vocab_api.py Revert 2019-09-29 17:32:12 +02:00