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