spaCy/spacy/about.py

14 lines
555 B
Python
Raw Normal View History

# fmt: off
2019-03-16 16:43:53 +03:00
__title__ = "spacy"
2019-09-27 17:40:26 +03:00
__version__ = "2.2.0.dev11"
2019-09-19 02:02:25 +03:00
__summary__ = "Industrial-strength Natural Language Processing (NLP) in Python"
__uri__ = "https://spacy.io"
2019-09-19 02:02:25 +03:00
__author__ = "Explosion"
__email__ = "contact@explosion.ai"
__license__ = "MIT"
2019-08-25 14:50:00 +03:00
__release__ = False
__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"