mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-01 08:27:44 +03:00
Distinguish between vectors that are 0 vs. missing vectors when warning about missing vectors. Update `Doc.has_vector` to match `Span.has_vector` and `Token.has_vector` for cases where the vocab has vectors but none of the tokens in the container have vectors. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_lexeme.py | ||
| test_lookups.py | ||
| test_similarity.py | ||
| test_stringstore.py | ||
| test_vectors.py | ||
| test_vocab_api.py | ||