Skip to contents

Data containting sentiment dictionaries for positive fullform tokens with part-of-speech tags in Norwegian, based on the Sentiment Analysis for Norwegian Text project at the Department of Informatics, University of Oslo.

Usage

data(nor_fullform_pos_sent_positive)

Format

An object of class data.frame containing all positive fullform tokens and their parts-of speech over three variables:

tokenThe token (word) in fullform
posPart-of-speech for the token
is_base_formWhether the token is the base form of the word ("yes") or not ("no")

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

head(nor_fullform_pos_sent_positive)
#>         token       pos is_base_form
#> 1       humor      Noun          yes
#> 2     humoren      Noun           no
#> 3       humor      Noun           no
#> 4  realistisk Adjective          yes
#> 5 realistiske Adjective           no
#> 6  realistisk Adjective           no