Instructions to use spacy/de_core_news_lg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use spacy/de_core_news_lg with spaCy:
!pip install https://huggingface.co/spacy/de_core_news_lg/resolve/main/de_core_news_lg-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("de_core_news_lg") # Importing as module. import de_core_news_lg nlp = de_core_news_lg.load() - Notebooks
- Google Colab
- Kaggle
Commit History
Update spaCy pipeline e7d8634
Adriane Boyd commited on
Update spaCy pipeline eea62e8
EC2 Default User commited on
Update spaCy pipeline 8e48831
Omar Sanseviero commited on
Automatic correction of README.md metadata for keys. Contact website@huggingface.co for any question 104aa9e
Update spaCy pipeline bd1a543
Omar Sanseviero commited on