Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Turkish Product 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
|
27 |
+
language:
|
28 |
+
- tr
|
29 |
+
size_categories:
|
30 |
+
- 1K<n<10K
|
31 |
+
---
|