spaCy/spacy/about.py

14 lines
555 B
Python
Raw Normal View History

# fmt: off
2019-03-16 13:43:53 +00:00
__title__ = "spacy"
2019-09-28 20:23:53 +00:00
__version__ = "2.2.0.dev15"
2019-09-18 23:02:25 +00:00
__summary__ = "Industrial-strength Natural Language Processing (NLP) in Python"
__uri__ = "https://spacy.io"
2019-09-18 23:02:25 +00:00
__author__ = "Explosion"
__email__ = "contact@explosion.ai"
__license__ = "MIT"
2019-08-25 11:50:00 +00: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"