mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
14 lines
555 B
Python
14 lines
555 B
Python
# fmt: off
|
|
__title__ = "spacy"
|
|
__version__ = "2.2.0.dev15"
|
|
__summary__ = "Industrial-strength Natural Language Processing (NLP) in Python"
|
|
__uri__ = "https://spacy.io"
|
|
__author__ = "Explosion"
|
|
__email__ = "contact@explosion.ai"
|
|
__license__ = "MIT"
|
|
__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"
|