mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 13:17:06 +03:00
218e1706ac
* restore call to _load_vectors * bump to thinc 8.0.0a3 * bump to 3.0.0.dev4
8 lines
363 B
Python
8 lines
363 B
Python
# fmt: off
|
|
__title__ = "spacy"
|
|
__version__ = "3.0.0.dev4"
|
|
__release__ = True
|
|
__download_url__ = "https://github.com/explosion/spacy-models/releases/download"
|
|
__compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json"
|
|
__shortcuts__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/shortcuts-v2.json"
|