spaCy/spacy/about.py

8 lines
358 B
Python
Raw Normal View History

# fmt: off
2019-03-16 16:43:53 +03:00
__title__ = "spacy"
2020-06-15 19:22:25 +03:00
__version__ = "2.3.0"
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"