I am trying to find a way to load the downloaded en_core_web_lg ==2.3.1
for Spacy == 2.3.2
.
Steps:
- Downloaded the
tar
file - extracted it to
path
Code:
import spacy
nlp=spacy.load("path/en_core_web_lg")
Error:
OSERROR: [E053] Could not read meta.json from en_core_web_lg/meta.json
Any suggestions will be helpful