Instructions to use turkish-nlp-suite/tr_core_news_lg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use turkish-nlp-suite/tr_core_news_lg with spaCy:
!pip install https://huggingface.co/turkish-nlp-suite/tr_core_news_lg/resolve/main/tr_core_news_lg-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("tr_core_news_lg") # Importing as module. import tr_core_news_lg nlp = tr_core_news_lg.load() - Notebooks
- Google Colab
- Kaggle
Packaging change and spaCy version update
pinned#2 opened 7 months ago
by
BayanDuygu