mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
9 lines
351 B
Python
9 lines
351 B
Python
# fmt: off
|
|
__title__ = "spacy-nightly"
|
|
__version__ = "3.0.0a31"
|
|
__release__ = True
|
|
__download_url__ = "https://github.com/explosion/spacy-models/releases/download"
|
|
__compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json"
|
|
__projects__ = "https://github.com/explosion/projects"
|
|
__projects_branch__ = "v3"
|