How to use te-sla/sr_nel_all with spaCy:
!pip install https://huggingface.co/te-sla/sr_nel_all/resolve/main/sr_nel_all-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("sr_nel_all") # Importing as module. import sr_nel_all nlp = sr_nel_all.load()