Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
Spanish
Libraries:
Datasets
pandas
License:
evallecillo commited on
Commit
b348280
·
verified ·
1 Parent(s): d8365dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
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
+ tags:
6
+ - Opinion Analysis
7
+ pretty_name: CRISOL
8
  ---
9
+ # CRISOL - Knowledge base of opinions for Spanish
10
+
11
+ ## Description:
12
+ CRiSOL is the result of the combination of two linguistic resources for Opinion Analysis. One of these resources is the Spanish opinion word list iSOL, and the other is the English opinion lexicon SentiWordNet. The result has been a filtering of SentiWordNet from the iSOL terms, as well as a resource in which each word has two sources of information, which can be leveraged together or separately.
13
+
14
+ CRiSOL has the 8135 iSOL entries, of which 4434 also have the SentiWordnet polarity value associated with them.
15
+
16
+ ## Citation
17
+ ```
18
+ @article{PLN5226,
19
+ author = {M. Dolores Molina González y Eugenio Martínez Cámara y M. Teresa Martín Valdivia},
20
+ title = {CRiSOL: Base de Conocimiento de Opiniones para el Español},
21
+ journal = {Procesamiento del Lenguaje Natural},
22
+ volume = {55},
23
+ number = {0},
24
+ year = {2015},
25
+ issn = {1989-7553},
26
+ url = {http://journal.sepln.org/sepln/ojs/ojs/index.php/pln/article/view/5226},
27
+ pages = {143--150}
28
+ }
29
+ ```