spaCy/spacy/about.py

8 lines
363 B
Python
Raw Normal View History

# fmt: off
2019-03-16 16:43:53 +03:00
__title__ = "spacy"
2019-10-22 21:11:25 +03:00
__version__ = "2.2.2.dev1"
2019-09-30 13:47:08 +03:00
__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"