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