BayanDuygu
commited on
added pip install changes after whl name change
Browse files
README.md
CHANGED
@@ -119,6 +119,16 @@ Turkish medium sized pipeline for TrSpaCy. Components: tok2vec, tagger, morpholo
|
|
119 |
|
120 |
---
|
121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
If you'd like to use the models in your own work, please kindly cite the paper [A Diverse Set of Freely Available Linguistic Resources for Turkish](https://aclanthology.org/2023.acl-long.768/):
|
123 |
|
124 |
```
|
|
|
119 |
|
120 |
---
|
121 |
|
122 |
+
## Installing with PIP
|
123 |
+
Due to a change in setup tools, I changed the wheel name. In order to install package please do a
|
124 |
+
|
125 |
+
```
|
126 |
+
pip install https://huggingface.co/turkish-nlp-suite/tr_core_news_md/resolve/main/tr_core_news_md-1.0-py3-none-any.whl
|
127 |
+
```
|
128 |
+
|
129 |
+
---
|
130 |
+
|
131 |
+
|
132 |
If you'd like to use the models in your own work, please kindly cite the paper [A Diverse Set of Freely Available Linguistic Resources for Turkish](https://aclanthology.org/2023.acl-long.768/):
|
133 |
|
134 |
```
|