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

  • Log In
  • Sign Up

MohaAM
/
en_pipeline

Token Classification
spaCy
English
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • spaCy

    How to use MohaAM/en_pipeline with spaCy:

    !pip install https://huggingface.co/MohaAM/en_pipeline/resolve/main/en_pipeline-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("en_pipeline")
    
    # Importing as module.
    import en_pipeline
    nlp = en_pipeline.load()
  • Notebooks
  • Google Colab
  • Kaggle
en_pipeline / parser
322 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Moha65's picture
Moha65
Update spaCy pipeline
a44c335 almost 5 years ago
  • cfg
    222 Bytes
    Update spaCy pipeline almost 5 years ago
  • model
    320 kB
    xet
    Update spaCy pipeline almost 5 years ago
  • moves
    1.57 kB
    Update spaCy pipeline almost 5 years ago