Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

chrisknowles
/
en_stylecheck

Token Classification
spaCy
English
Model card Files Files and versions
xet
Community

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
en_stylecheck
103 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
etikaj-digital
Update spaCy pipeline
5dd6434 about 4 years ago
  • attribute_ruler
    Initial load about 4 years ago
  • entity_ruler
    Initial load about 4 years ago
  • lemmatizer
    Initial load about 4 years ago
  • ner
    Initial load about 4 years ago
  • parser
    Initial load about 4 years ago
  • senter
    Initial load about 4 years ago
  • tagger
    Initial load about 4 years ago
  • tok2vec
    Initial load about 4 years ago
  • vocab
    Initial load about 4 years ago
  • .gitattributes
    1.44 kB
    Update gitattributes about 4 years ago
  • README.md
    1.86 kB
    Update spaCy pipeline about 4 years ago
  • config.cfg
    5.4 kB
    Initial load about 4 years ago
  • en_stylecheck-any-py3-none-any.whl
    45.4 MB
    xet
    Update spaCy pipeline about 4 years ago
  • meta.json
    2.67 kB
    Update spaCy pipeline about 4 years ago
  • tokenizer
    77.7 kB
    Initial load about 4 years ago