mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-08 08:16:34 +03:00
a6317b3836
* Fix bug in memory-zone code when adding non-transient strings. The error could result in segmentation faults or other memory errors during memory zones if new labels were added to the model. * Fix handling of new morphological labels within memory zones. Addresses second issue reported in Memory leak of MorphAnalysis object. #13684
6 lines
239 B
Python
6 lines
239 B
Python
# fmt: off
|
|
__title__ = "spacy"
|
|
__version__ = "3.8.3"
|
|
__download_url__ = "https://github.com/explosion/spacy-models/releases/download"
|
|
__compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json"
|