Instructions to use hugosousa/es_tei2go with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
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() - Notebooks
- Google Colab
- Kaggle
Ctrl+K