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