Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

valurank
/
en_readability

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

Instructions to use valurank/en_readability with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • spaCy

    How to use valurank/en_readability with spaCy:

    !pip install https://huggingface.co/valurank/en_readability/resolve/main/en_readability-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("en_readability")
    
    # Importing as module.
    import en_readability
    nlp = en_readability.load()
  • Notebooks
  • Google Colab
  • Kaggle
en_readability / parser
Ctrl+K
Ctrl+K
  • 3 contributors
History: 3 commits
ismaeelhaider's picture
ismaeelhaider
Update to spacy 3.7.2
7829686 almost 2 years ago
  • cfg
    222 Bytes
    Create readability pipeline. over 4 years ago
  • model
    320 kB
    xet
    Update to spacy 3.7.2 almost 2 years ago
  • moves
    1.57 kB
    Create readability pipeline. almost 4 years ago