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