Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- sl
|
7 |
+
---
|
8 |
+
## Sentiment Analysis Data for the Slovenian Language
|
9 |
+
|
10 |
+
**Dataset Description:**
|
11 |
+
This dataset contains a sentiment analysis dataset from Buvcar et al. (2018).
|
12 |
+
|
13 |
+
**Data Structure:**
|
14 |
+
The data was used for the project on [improving word embeddings with graph knowledge for Low Resource Languages](https://github.com/pyRis/retrofitting-embeddings-lrls?tab=readme-ov-file).
|
15 |
+
|
16 |
+
**Citation:**
|
17 |
+
```bibtex
|
18 |
+
@article{buvcar2018annotated,
|
19 |
+
title={Annotated news corpora and a lexicon for sentiment analysis in Slovene},
|
20 |
+
author={Bu{\v{c}}ar, Jo{\v{z}}e and {\v{Z}}nidar{\v{s}}i{\v{c}}, Martin and Povh, Janez},
|
21 |
+
journal={Language Resources and Evaluation},
|
22 |
+
volume={52},
|
23 |
+
number={3},
|
24 |
+
pages={895--919},
|
25 |
+
year={2018},
|
26 |
+
publisher={Springer}
|
27 |
+
}
|
28 |
+
```
|
29 |
+
|