Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- cs
|
|
|
|
| 4 |
---
|
| 5 |
-
|
|
|
|
| 6 |
This is a balanced version of the CSFD sentiment dataset originaly presented in the paper Sentiment Analysis in Czech Social Media Using Supervised Machine Learning (citation below).
|
| 7 |
|
| 8 |
## Format
|
|
@@ -24,7 +26,14 @@ This dataset uses the following jsonl format:
|
|
| 24 |
|
| 25 |
Please, cite the original article if you use any of the available resources.
|
| 26 |
|
| 27 |
-
|
| 28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
|
| 30 |
-
Original
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- cs
|
| 4 |
+
license: cc-by-nc-sa-4.0
|
| 5 |
---
|
| 6 |
+
## Introduction
|
| 7 |
+
# Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
|
| 8 |
This is a balanced version of the CSFD sentiment dataset originaly presented in the paper Sentiment Analysis in Czech Social Media Using Supervised Machine Learning (citation below).
|
| 9 |
|
| 10 |
## Format
|
|
|
|
| 26 |
|
| 27 |
Please, cite the original article if you use any of the available resources.
|
| 28 |
|
| 29 |
+
```
|
| 30 |
+
@inproceedings{Habernal.Brychcin.2013b,
|
| 31 |
+
author = {Ivan Habernal and Tom\'{a}\v{s} Brychc\'{i}n},
|
| 32 |
+
title = {Unsupervised Improving of Sentiment Analysis Using Global Target Context},
|
| 33 |
+
booktitle = {Proceedings of RANLP 2013},
|
| 34 |
+
year = {2013},
|
| 35 |
+
publisher = {Association for Computational Linguistics},
|
| 36 |
+
}
|
| 37 |
+
```
|
| 38 |
|
| 39 |
+
Original webpage: https://corpora.kiv.zcu.cz/sentiment/
|