Change tag to text-classification in README.md c7713af
etikaj-digital commited on
How to use chrisknowles/en_statistics with spaCy:
!pip install https://huggingface.co/chrisknowles/en_statistics/resolve/main/en_statistics-any-py3-none-any.whl
# Using spacy.load().
import spacy
nlp = spacy.load("en_statistics")
# Importing as module.
import en_statistics
nlp = en_statistics.load()