Update README.md 536bf23 verified
Ramsha Ali commited on
How to use appfire/en_NER_Features with spaCy:
!pip install https://huggingface.co/appfire/en_NER_Features/resolve/main/en_NER_Features-any-py3-none-any.whl
# Using spacy.load().
import spacy
nlp = spacy.load("en_NER_Features")
# Importing as module.
import en_NER_Features
nlp = en_NER_Features.load()