spaCy/spacy/tests/vocab_vectors
adrianeboyd 98c59027ed
Use max(uint64) for OOV lexeme rank (#5303)
* Use max(uint64) for OOV lexeme rank

* Add test for default OOV rank

* Revert back to thinc==7.4.0

Requiring the updated version of thinc was unnecessary.

* Define OOV_RANK in one place

Define OOV_RANK in one place in `util`.

* Fix formatting [ci skip]

* Switch to external definitions of max(uint64)

Switch to external defintions of max(uint64) and confirm that they are
equal.
2020-04-15 13:49:47 +02:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_lexeme.py Use max(uint64) for OOV lexeme rank (#5303) 2020-04-15 13:49:47 +02:00
test_lookups.py Revert #4334 2019-09-29 17:32:12 +02:00
test_similarity.py Revert #4334 2019-09-29 17:32:12 +02:00
test_stringstore.py Revert #4334 2019-09-29 17:32:12 +02:00
test_vectors.py Modify Vector.resize to work with cupy and improve resizing (#5216) 2020-03-29 13:51:20 +02:00
test_vocab_api.py Revert #4334 2019-09-29 17:32:12 +02:00