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