Kenneth Benoit
Kenneth Benoit
| Dictionary | Description | (c) added | Permission obtained | |-----------|------|------|----| | `data_dictionary_AFINN` | Affective Norms for English Words (AFINN) | | | | `data_dictionary_geninqposneg` | Augmented General Inquirer...
From http://wndomains.fbk.eu/wnaffect.html The **corpus** package [already includes this](http://corpustext.com/reference/affect_wordnet.html), for instance.
https://github.com/cjhutto/vaderSentiment specifically: https://github.com/cjhutto/vaderSentiment/blob/master/vaderSentiment/vader_lexicon.txt
We want to see the conditions under and extent to which `liwcalike()` output differs from that of the Java application.
Maybe a "TIF" standard for dictionaries? to/from **tidytext**? (**quanteda** already has `as.dictionary()` that works with **tidytext** dictionaries, and an `as.yaml.dictionary()` to convert from a dictionary to YAML.)
I see no need to include the header info in the output, so either disable by default or make this an argument. Similar to ```r unrtf --text --quiet thefile.rtf ```...
Example 1: ```r > txt cat(iconv(txt, from = "ISO-8859-2", "UTF-8")) ### Translation from RTF performed by UnRTF, version 0.21.9 ### font table contains 0 fonts total ### invalid font number...
This is necessary if the VMware format VM is to be imported into other virtualization programs, such as Parallels Desktop. See also https://kb.parallels.com/en/124259
To be consistent with quanteda. This could come from `quanteda_options("verbose")`