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
Update README.md
Browse files
README.md
CHANGED
|
@@ -71,6 +71,7 @@ model-index:
|
|
| 71 |
type: f_score
|
| 72 |
value: 0.8349007315
|
| 73 |
---
|
|
|
|
| 74 |
Turkish medium sized pipeline for TrSpaCy. Components: tok2vec, tagger, morphologizer, lemmatizer, parser, ner
|
| 75 |
|
| 76 |
| Feature | Description |
|
|
|
|
| 71 |
type: f_score
|
| 72 |
value: 0.8349007315
|
| 73 |
---
|
| 74 |
+
Official Hf repo for spaCy Turkish model `tr_core_news_md`.
|
| 75 |
Turkish medium sized pipeline for TrSpaCy. Components: tok2vec, tagger, morphologizer, lemmatizer, parser, ner
|
| 76 |
|
| 77 |
| Feature | Description |
|