spaCy/spacy/tests/vectors
Matthew Honnibal ebecaddb76 Make 'data_or_width' two keyword args in Vectors.__init__
Previously the data and width options were one argument in Vectors,
which meant you couldn't say vectors = Vectors(strings, width=300).
It's better to have two keywords.
2017-10-20 14:17:15 +02:00
..
__init__.py add __init__.py to empty package dirs 2016-03-14 11:28:03 +01:00
test_similarity.py Restore vectors tests 2017-08-19 20:34:58 +02:00
test_vectors.py Make 'data_or_width' two keyword args in Vectors.__init__ 2017-10-20 14:17:15 +02:00