Instructions to use turkish-nlp-suite/tr_core_news_md 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_md with spaCy:
!pip install https://huggingface.co/turkish-nlp-suite/tr_core_news_md/resolve/main/tr_core_news_md-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("tr_core_news_md") # Importing as module. import tr_core_news_md nlp = tr_core_news_md.load() - Notebooks
- Google Colab
- Kaggle
added tagset blog
Browse files
README.md
CHANGED
|
@@ -148,6 +148,9 @@ There are several Youtube video series associated with spaCy Turkish models. Her
|
|
| 148 |
* [Baştan sonra Türkçe dilbilimi](https://www.youtube.com/watch?v=ZiArCDOuNVo&list=PLJTHlIwB8Vcqltlhbmsc12Srthv73OeOF)
|
| 149 |
---
|
| 150 |
|
|
|
|
|
|
|
|
|
|
| 151 |
|
| 152 |
## Citation and research paper
|
| 153 |
|
|
|
|
| 148 |
* [Baştan sonra Türkçe dilbilimi](https://www.youtube.com/watch?v=ZiArCDOuNVo&list=PLJTHlIwB8Vcqltlhbmsc12Srthv73OeOF)
|
| 149 |
---
|
| 150 |
|
| 151 |
+
## More on Tagset
|
| 152 |
+
|
| 153 |
+
can be found in out [Github blog](https://turkish-nlp-suite.github.io/2025/09/15/introducing-spacy-tr/)
|
| 154 |
|
| 155 |
## Citation and research paper
|
| 156 |
|