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