Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- es
|
5 |
+
pretty_name: Emoti-sp
|
6 |
+
tags:
|
7 |
+
- Opinion Mining
|
8 |
+
- Sentiment Analysis
|
9 |
---
|
10 |
+
|
11 |
+
### Dataset Description
|
12 |
+
|
13 |
+
**Paper**: [SINAI: voting system for twitter sentiment analysis](https://aclanthology.org/S14-2100.pdf)
|
14 |
+
|
15 |
+
**Point of Contact**: [email protected], [email protected]
|
16 |
+
|
17 |
+
### Licensing Information
|
18 |
+
|
19 |
+
Emoti-SP is released under the [Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0).
|
20 |
+
|
21 |
+
### Citation Information
|
22 |
+
```bibtex
|
23 |
+
@inproceedings{martinez2014sinai,
|
24 |
+
title={SINAI: voting system for twitter sentiment analysis},
|
25 |
+
author={Mart{\'\i}nez-C{\'a}mara, Eugenio and Jim{\'e}nez-Zafra, Salud Maria and Martin-Valdivia, M Teresa and Lopez, L Alfonso Urena},
|
26 |
+
booktitle={Proceedings of the 8th International Workshop on Semantic Evaluation (SemEval 2014)},
|
27 |
+
pages={572--577},
|
28 |
+
year={2014}
|
29 |
+
}
|