DGurgurov commited on
Commit
efb5f60
1 Parent(s): 6ff96aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+
6
+ ## Sentiment Analysis Data for the Macedonian Language
7
+
8
+ **Dataset Description:**
9
+ This dataset contains a sentiment analysis dataset from Jovanski et al. (2015).
10
+
11
+ **Data Structure:**
12
+ 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).
13
+
14
+ **Citation:**
15
+ ```bibtex
16
+ @inproceedings{jovanoski-etal-2015-sentiment,
17
+ title = "Sentiment Analysis in {T}witter for {M}acedonian",
18
+ author = "Jovanoski, Dame and
19
+ Pachovski, Veno and
20
+ Nakov, Preslav",
21
+ editor = "Mitkov, Ruslan and
22
+ Angelova, Galia and
23
+ Bontcheva, Kalina",
24
+ booktitle = "Proceedings of the International Conference Recent Advances in Natural Language Processing",
25
+ month = sep,
26
+ year = "2015",
27
+ address = "Hissar, Bulgaria",
28
+ publisher = "INCOMA Ltd. Shoumen, BULGARIA",
29
+ url = "https://aclanthology.org/R15-1034",
30
+ pages = "249--257",
31
+ }
32
+ ```