Additional lookup tables, lemmatization data, and other language resources for spaCy. Version 1.0.5 is the latest stable release. The package provides supplementary data that spaCy loads on demand; it is updated infrequently but follows spaCy's major releases.
pip install spacy-lookups-dataVerified import paths — ran on the pinned version, not inferred.
Verify that lookups data is available in a spaCy model. The package itself is not imported directly; its data is used transparently by spaCy.
Ensure spaCy version is >=3.0 and <4.0 when using spacy-lookups-data 1.x.
Do not import spacy_lookups_data; just pip install it.
Check spaCy release notes for alternative data sources.