1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-04-02 16:24:13 +03:00
spaCy/spacy/tests/vocab_vectors
Adriane Boyd d94e961f14
Fix polarity of Token.is_oov and Lexeme.is_oov ()
Fix `Token.is_oov` and `Lexeme.is_oov` so they return `True` when the
lexeme does **not** have a vector.
2020-06-23 13:29:51 +02:00
..
__init__.py Revert 2019-09-29 17:32:12 +02:00
test_lexeme.py Reduce stored lexemes data, move feats to lookups () 2020-05-19 15:59:14 +02:00
test_lookups.py Reduce stored lexemes data, move feats to lookups () 2020-05-19 15:59:14 +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 Fix polarity of Token.is_oov and Lexeme.is_oov () 2020-06-23 13:29:51 +02:00
test_vocab_api.py Revert 2019-09-29 17:32:12 +02:00