Skip to contents

Data containting sentiment dictionaries for positive and negative fullform words in Norwegian, based on the _Sentiment Analysis for Norwegian Text_ project at the Department of Informatics, University of Oslo.

Usage

data(nor_fullform_sent)

Format

An object of class list containing one character vector for positive fullform tokens and one character vector for negative fullform tokens

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_fullform_sent)

sent_pos <- nor_fullform_sent$positive
sent_neg <- nor_fullform_sent$negative

head(sent_pos)
#> [1] "absolutt"    "absolutta"   "absolutte"   "absoluttene" "absolutter" 
#> [6] "absoluttet" 
head(sent_neg)
#> [1] "abnorm"   "abnorme"  "abnormt"  "abort"    "aborten"  "abortene"