get_word_sentiment: Lookup the sentimental value of a word in the dictionary

View source: R/get_word_sentiment.R

get_word_sentimentR Documentation

Lookup the sentimental value of a word in the dictionary

Description

Use this function to get the sentiment of a word in the dutch sentiment dictionary.

Usage

get_word_sentiment(words)

Arguments

words

Character

Examples

words <- c("goed", "slecht", "lekker")
get_word_sentiment(words)

Glender/DutchSentimentAnalysis documentation built on March 11, 2024, 2:36 p.m.