mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
8e7557656f
* version bump to 3.0.0a16 * rename "gold" folder to "training" * rename 'annotation_setter' to 'set_extra_annotations' * formatting
8 lines
334 B
Python
8 lines
334 B
Python
# fmt: off
|
|
__title__ = "spacy-nightly"
|
|
__version__ = "3.0.0a16"
|
|
__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/spacy-boilerplates"
|