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