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()
The community tab is the place to discuss and collaborate with the HF community!