list_valence_shifters {sentometrics} | R Documentation |
Built-in valence word lists
Description
A list
containing all built-in valence word lists, as data.table
s with three columns: a x
column with
the words, a y
column with the values associated to each word, and a t
column with the type of valence
shifter (1
= negators, 2
= amplifiers, 3
= deamplifiers,
4
= adversative conjunctions). The list
element names indicate the language
(based on the two-letter ISO code convention as in stopwords
) of the valence word list.
All non-English word lists are translated via Microsoft Translator through Microsoft Word. Only the entries whose
translation differs from the original entry are kept. All words are unigrams and in lowercase. The built-in valence word
lists are available in following languages:
English (
"en"
)French (
"fr"
)Dutch (
"nl"
)
Usage
data("list_valence_shifters")
Format
A list
with all built-in valence word lists, appropriately named.
Source
hash_valence_shifters
(English valence shifters). Retrieved August 24, 2018.
Examples
data("list_valence_shifters", package = "sentometrics")
list_valence_shifters["en"]