Instructions to use iproskurina/en_grammar_checker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use iproskurina/en_grammar_checker with spaCy:
!pip install https://huggingface.co/iproskurina/en_grammar_checker/resolve/main/en_grammar_checker-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_grammar_checker") # Importing as module. import en_grammar_checker nlp = en_grammar_checker.load() - Notebooks
- Google Colab
- Kaggle
Ctrl+K
Rename en_grammar_checker-any-py3-none-any.whl to en_grammar_checker-1-py3-none-any.whl
cea236a verified