How to use chcaa/da_dacy_small_trf with spaCy:
!pip install https://huggingface.co/chcaa/da_dacy_small_trf/resolve/main/da_dacy_small_trf-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("da_dacy_small_trf") # Importing as module. import da_dacy_small_trf nlp = da_dacy_small_trf.load()