Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
task_categories:
|
3 |
- text-classification
|
|
|
1 |
+
# Turkish Movie Review Dataset
|
2 |
+
|
3 |
+
This data is orinally from https://www.win.tue.nl/~mpechen/projects/smm/#Datasets
|
4 |
+
|
5 |
+
## BibTeX Citation
|
6 |
+
|
7 |
+
If you use this dataset, please cite following paper:
|
8 |
+
|
9 |
+
```
|
10 |
+
@inproceedings{Demirtas2013CrosslingualPD,
|
11 |
+
title={Cross-lingual polarity detection with machine translation},
|
12 |
+
author={Erkin Demirtas and Mykola Pechenizkiy},
|
13 |
+
booktitle={wisdom},
|
14 |
+
year={2013},
|
15 |
+
url={https://api.semanticscholar.org/CorpusID:3912960}
|
16 |
+
}
|
17 |
+
```
|
18 |
+
|
19 |
+
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
---
|
25 |
task_categories:
|
26 |
- text-classification
|