Update spaCy pipeline 8a98cf8
danielvasic commited on
How to use danielvasic/hr_bertic_pipeline with spaCy:
!pip install https://huggingface.co/danielvasic/hr_bertic_pipeline/resolve/main/hr_bertic_pipeline-any-py3-none-any.whl
# Using spacy.load().
import spacy
nlp = spacy.load("hr_bertic_pipeline")
# Importing as module.
import hr_bertic_pipeline
nlp = hr_bertic_pipeline.load()