mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-16 15:55:58 +03:00
* 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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_lexeme.py | ||
| test_lookups.py | ||
| test_similarity.py | ||
| test_stringstore.py | ||
| test_vectors.py | ||
| test_vocab_api.py | ||