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
File size: 133 Bytes
a44c335 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2aba695cfd362a6cd5789a6958852b6ea1eca22663fd0fb910636543d90a799c
size 35851603
|