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