Initial load 1db34b9
etikaj-digital commited on
How to use chrisknowles/en_stylecheck with spaCy:
!pip install https://huggingface.co/chrisknowles/en_stylecheck/resolve/main/en_stylecheck-any-py3-none-any.whl
# Using spacy.load().
import spacy
nlp = spacy.load("en_stylecheck")
# Importing as module.
import en_stylecheck
nlp = en_stylecheck.load()