added colab link
Browse files
README.md
CHANGED
@@ -108,6 +108,27 @@ Due to a change in setup tools, I changed the wheel name. In order to install pa
|
|
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 |
|
|
|
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 |
+
## Quick start on Colab
|
113 |
+
|
114 |
+
If you wanna quickly get started, please jump onto the Colab notebook where pip-install, model loading into spaCy and also a quick example is included:
|
115 |
+
|
116 |
+
https://colab.research.google.com/drive/1pe9uZ9YFCmQn342XytYCFBzZq0s8if4a?usp=sharing
|
117 |
+
|
118 |
+
|
119 |
+
---
|
120 |
+
## Youtube Tutorials
|
121 |
+
|
122 |
+
There are several Youtube video series associated with spaCy Turkish models. Here is the list:
|
123 |
+
|
124 |
+
* [Hızlı spaCy Türkçe Tarifleri](https://www.youtube.com/watch?v=w0WCkgCOzzw&list=PLJTHlIwB8VcoWxYHnsZOQCxWOraW42NBj)
|
125 |
+
* [Hızlı Bankacılık FAQ Chatbotu](https://www.youtube.com/watch?v=LUYiRfysnjY&list=PLJTHlIwB8Vcr0KHTcRRRFa3QMcI4F4lW5)
|
126 |
+
* [spaCy modeli nasıl yapılır?](https://www.youtube.com/watch?v=dTdpRP-t920&list=PLJTHlIwB8Vcp_1b1eFwKcKKmzfs16EFtH)
|
127 |
+
* [Baştan sonra Türkçe dilbilimi](https://www.youtube.com/watch?v=ZiArCDOuNVo&list=PLJTHlIwB8Vcqltlhbmsc12Srthv73OeOF)
|
128 |
+
---
|
129 |
+
|
130 |
+
|
131 |
+
## Citation and research paper
|
132 |
---
|
133 |
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/):
|
134 |
|