spaCy/spacy/tests/vocab_vectors
Adriane Boyd d94e961f14
Fix polarity of Token.is_oov and Lexeme.is_oov (#5634)
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 #4334 2019-09-29 17:32:12 +02:00
test_lexeme.py Reduce stored lexemes data, move feats to lookups (#5238) 2020-05-19 15:59:14 +02:00
test_lookups.py Reduce stored lexemes data, move feats to lookups (#5238) 2020-05-19 15:59:14 +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 Fix polarity of Token.is_oov and Lexeme.is_oov (#5634) 2020-06-23 13:29:51 +02:00
test_vocab_api.py Revert #4334 2019-09-29 17:32:12 +02:00