spaCy/spacy/tests/vocab_vectors
Adriane Boyd 6ae7618418
Clean up Vocab constructor (#12290)
* Clean up Vocab constructor

* Change effective type of `strings` from `Iterable[str]` to `Optional[StringStore]`
  * Don't automatically add strings to vocab
* Change default values to `None`
* Remove `**deprecated_kwargs`

* Format
2023-03-19 23:41:20 +01:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_lexeme.py Clean up Vocab constructor (#12290) 2023-03-19 23:41:20 +01:00
test_lookups.py unskipping tests with python >= 3.6 2020-12-30 18:46:43 +01:00
test_similarity.py Update vector handling in similarity methods (#11013) 2022-06-28 19:50:47 +02:00
test_stringstore.py StringStore refactoring (#11344) 2022-10-06 10:51:06 +02:00
test_vectors.py Remove names for vectors (#12243) 2023-02-08 14:37:42 +01:00
test_vocab_api.py fix comparison of constants (#11834) 2022-11-21 08:12:03 +01:00