mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
9 lines
433 B
Python
9 lines
433 B
Python
# fmt: off
|
|
__title__ = "spacy-nightly"
|
|
__version__ = "3.0.0a1"
|
|
__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"
|
|
__projects__ = "https://github.com/explosion/spacy-boilerplates"
|