Add hr_udv25_croatianset_trf-0.0.1 29bec26
Adriane Boyd commited on
How to use explosion/hr_udv25_croatianset_trf with spaCy:
!pip install https://huggingface.co/explosion/hr_udv25_croatianset_trf/resolve/main/hr_udv25_croatianset_trf-any-py3-none-any.whl
# Using spacy.load().
import spacy
nlp = spacy.load("hr_udv25_croatianset_trf")
# Importing as module.
import hr_udv25_croatianset_trf
nlp = hr_udv25_croatianset_trf.load()