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"
2020-05-21 21:47:52 +03:00
__version__ = "3.0.0.dev9"
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"