Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,43 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- es
|
5 |
+
tags:
|
6 |
+
- opinion words
|
7 |
+
pretty_name: SOL
|
8 |
---
|
9 |
+
|
10 |
+
### Dataset Description
|
11 |
+
|
12 |
+
**Paper**: [Bilingual Experiments on an Opinion Comparable Corpus](https://aclanthology.org/W13-1612.pdf)
|
13 |
+
|
14 |
+
**Point of Contact**: [email protected]
|
15 |
+
|
16 |
+
For the elaboration of the resource it has begun with the list of words that maintains the professor Bing Liu(Bing Liu’s Opinion Lexicon). The list of words has been automatically translated using the translator Reverso.
|
17 |
+
|
18 |
+
The list consists of 1,397 positive and 3,151 negative words. For more information on how the list was developed see the article: Bilingual Experiments on an Opinion Comparable Corpus (in press).
|
19 |
+
|
20 |
+
### Licensing Information
|
21 |
+
|
22 |
+
SOL is released under the [Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0).
|
23 |
+
|
24 |
+
### Citation Information
|
25 |
+
```bibtex
|
26 |
+
@inproceedings{martinez-camara-etal-2013-bilingual,
|
27 |
+
title = "Bilingual Experiments on an Opinion Comparable Corpus",
|
28 |
+
author = "Mart{\'\i}nez-C{\'a}mara, Eugenio and
|
29 |
+
Mart{\'\i}n-Valdivia, M. Teresa and
|
30 |
+
Molina-Gonz{\'a}lez, M. Dolores and
|
31 |
+
Ure{\~n}a-L{\'o}pez, L. Alfonso",
|
32 |
+
editor = "Balahur, Alexandra and
|
33 |
+
van der Goot, Erik and
|
34 |
+
Montoyo, Andres",
|
35 |
+
booktitle = "Proceedings of the 4th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis",
|
36 |
+
month = jun,
|
37 |
+
year = "2013",
|
38 |
+
address = "Atlanta, Georgia",
|
39 |
+
publisher = "Association for Computational Linguistics",
|
40 |
+
url = "https://aclanthology.org/W13-1612",
|
41 |
+
pages = "87--93",
|
42 |
+
}
|
43 |
+
```
|