Instructions to use spacy/da_core_news_lg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use spacy/da_core_news_lg with spaCy:
!pip install https://huggingface.co/spacy/da_core_news_lg/resolve/main/da_core_news_lg-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("da_core_news_lg") # Importing as module. import da_core_news_lg nlp = da_core_news_lg.load() - Notebooks
- Google Colab
- Kaggle
Commit History
Update spaCy pipeline 9179a65
Adriane Boyd commited on
Update spaCy pipeline 5398b80
EC2 Default User commited on
Update spaCy pipeline f799402
Omar Sanseviero commited on
Update spaCy pipeline 615aaf7
Omar Sanseviero commited on