Releases will be numbered with the following semantic versioning format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major (and resets the minor and patch)
- New additions without breaking backward compatibility bumps the minor (and resets the patch)
- Bug fixes and misc changes bumps the patch
BUG FIXES
freq_first_namescantained a missing (NA) value that has been removed.
Spotted thanks to Martin Cadek; see issue #34.
NEW FEATURES
MINOR FEATURES
IMPROVEMENTS
CHANGES
BUG FIXES
hash_emoticonshad '3' as 'laughing' when it should have been '=3'. This has been corrected.
NEW FEATURES
clichesadded for comparison of common cliche phrases.
MINOR FEATURES
hash_nrc_emotionadded as a token to emotion lookup table.
CHANGES
-
profanity_zac_angercontained 2 regexes marked as UTF-8 strings. These were dropped. -
key_corporate_social_responsibilitycontained 5 regexes & 5 tokens marked as Latin-1 strings. These were pretty apostrophes that were converted to ASCII apostrophes.
BUG FIXES
-
hash_lemmashad the lemma ofasto bea. This was incorrect (spotted by Jonathan Bratt). -
hash_lemmashad Spaces before 2 tokens (" furtherst", " skilled") meaning.
This extra white space has been stripped. -
The
hash_sentiment_senticnettdictionary contained "sparsely" which is also contained inhash_valence_shifters. This term has been dropped from thehash_sentiment_senticnettdictionary. See # 12 for more info.
NEW FEATURES
-
profanity_zac_angeradded to provide a longer list of profane words. -
profanity_racistadded to provide a profane list that is specific for detecting racist terms. -
key_regressive_imageryadded to provide R users with access to Colin Martindale's (1975, 1990) English Regressive Imagery Dictionary (RID). The Regressive Imagery Dictionary (RID) is a text analysis coding taxonomy that can be used to measure the degree to which a text is primordial vs. conceptual. -
key_corporate_social_responsibilityadded to provide R users with access to Pencle & Mălăescu's Corporate Social Responsibility (CSR) Dictionary.
MINOR FEATURES
available_datapicks up aregexargument to search for specific substrings and return matching rows.
IMPROVEMENTS
hash_sentiment_jockers_rinkernow contains the word 'fuckin'. Additionally, the word 'fucking' has a milder negative value because this word, though often used as a negator, is also used as a amplifier. By reducing it's weight it allows more positive words to have more pull but if no polarized words exist 'fucking' will still keep the typical negative direction of the clause.