Instructions to use spacy/xx_sent_ud_sm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use spacy/xx_sent_ud_sm with spaCy:
!pip install https://huggingface.co/spacy/xx_sent_ud_sm/resolve/main/xx_sent_ud_sm-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("xx_sent_ud_sm") # Importing as module. import xx_sent_ud_sm nlp = xx_sent_ud_sm.load() - Notebooks
- Google Colab
- Kaggle
Ctrl+K