How to use DIACDE/NER_LEIS with spaCy:
!pip install https://huggingface.co/DIACDE/NER_LEIS/resolve/main/NER_LEIS-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("NER_LEIS") # Importing as module. import NER_LEIS nlp = NER_LEIS.load()
The community tab is the place to discuss and collaborate with the HF community!