BayanDuygu
commited on
Commit
•
69472cc
1
Parent(s):
715d498
update after wheel name change
Browse files
README.md
CHANGED
@@ -100,6 +100,14 @@ Turkish transformer pipeline for TrSpaCy. Components: transformer, tagger, morph
|
|
100 |
|
101 |
</details>
|
102 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
---
|
104 |
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/):
|
105 |
|
|
|
100 |
|
101 |
</details>
|
102 |
|
103 |
+
---
|
104 |
+
## Installing with PIP
|
105 |
+
Due to a change in setup tools, I changed the wheel name. In order to install package please do a
|
106 |
+
|
107 |
+
```
|
108 |
+
pip install https://huggingface.co/turkish-nlp-suite/tr_core_news_trf/resolve/main/tr_core_news_trf-1.0-py3-none-any.whl
|
109 |
+
```
|
110 |
+
|
111 |
---
|
112 |
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/):
|
113 |
|