Description Usage Format Details License Source References
The polarity table of AFINN-111 based lexicon translated by Roman Yudin (Node.js package SentiMental) and augmented by Alexey Romanov from Text Machine Lab team (Python library Sentimental). Table contains \Sexpr{nrow(rulexicon::hash_sentiment_afinn_ru)} words with non-neutral sentiment scores.
1 |
A data table with \Sexpr{nrow(rulexicon::hash_sentiment_afinn_ru)} rows and \Sexpr{ncol(rulexicon::hash_sentiment_afinn_ru)} variables:
the textual token (word or phrase)
the sentiment score: from −5 (negative) to +5 (positive) with fractional step
The augmentation of Text Machine Lab team is the words having fractional scores while original AFINN lexicon assigns to words only integer scores. The duplicated words was removed by rulexicon maintainer.
The original AFINN-111 lexicon published under "Open Database License (ODbL) v1.0" license or a similar copyleft license.
https://github.com/text-machine-lab/sentimental/blob/master/sentimental/word_list/russian.csv
AFINN lexicon: http://www2.imm.dtu.dk/pubdb/views/publication_details.php?id=6010
Node.js package SentiMental: https://github.com/Wobot/Sentimental
Python library Sentimental: https://github.com/text-machine-lab/sentimental
Text Machine Lab of University of Massachusetts Lowell: http://text-machine.cs.uml.edu/lab
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.