Instructions to use spacy/ca_core_news_lg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use spacy/ca_core_news_lg with spaCy:
!pip install https://huggingface.co/spacy/ca_core_news_lg/resolve/main/ca_core_news_lg-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("ca_core_news_lg") # Importing as module. import ca_core_news_lg nlp = ca_core_news_lg.load() - Notebooks
- Google Colab
- Kaggle
Commit History
Update spaCy pipeline 443994e
Adriane Boyd commited on
Update spaCy pipeline 4035acf
EC2 Default User commited on
Update spaCy pipeline 16c92b0
Omar Sanseviero commited on
Update spaCy pipeline efd9a5a
Omar Sanseviero commited on
Update spaCy pipeline 14bd6e1
Omar Sanseviero commited on