Instructions to use chrisknowles/en_stylecheck with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
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() - Notebooks
- Google Colab
- Kaggle
Ctrl+K