Norwegian sentiment dictionary in lemmatized form
nor_lemma_sent.Rd
Data containting sentiment dictionaries for positive and negative lemma tokens in Norwegian, based on the _Sentiment Analysis for Norwegian Text_ project at the Department of Informatics, University of Oslo.
Usage
data(nor_lemma_sent)
Format
An object of class list
containing one character
vector for positive and negative lemma tokens across different types of
parts-of-speech
References
Barnes et al. (2019) Lexicon information in neural sentiment analysis: a multi-task learning approach. Proceedings of the 22nd Nordic Conference on Computational Linguistics. Turku, Finland (ACL Anthology)
Examples
data(nor_lemma_sent)
sent_pos <- nor_lemma_sent$lemma_noun_positive
sent_neg <- nor_lemma_sent$lemma_noun_negative
head(sent_pos)
#> [1] "absolutt" "affinitet" "akklamasjon" "aktelse" "aktsomhet"
#> [6] "alvor"
head(sent_neg)
#> [1] "abort" "absurditet" "advarsel" "aggresjon"
#> [5] "aggressivitet" "akutt"