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