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