version 0.3.1
NEWS
Versioning
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
lexicon 0.3.0 - 0.3.1
BUG FIXES
freq_first_namesandfreq_last_nameswere just a string of the data set
name. This has been updated with the actual data set.
NEW FEATURES
available_dataadded to see what data sets are available in lexicon.
lexicon 0.2.0
NEW FEATURES
hash_sentiment_jockersandkey_sentiment_jockersadded as objects though
they are not data objects but for all purposes act the same. These data sets
come from syuzhet's custom dictionary built by Jockers.
CHANGES
hash_sentimentandhash_sentiwordrenamed tohash_sentiment_huliuand
hash_sentiment_sentiwordfor consistency.
lexicon 0.1.1
NEW FEATURES
-
hash_grady_posadded to provide a lookup of Grady's parts of speech for words. -
hash_lemmasadded to provide a lookup of Mechura's lemmatization list. -
hash_sentiment_jockersandkey_sentiment_jockersadded as objects though
they are not data objects but for all purposes act the same. These data sets
come from syuzhet's custom dictionary built by Jockers.
lexicon 0.1.0
NEW FEATURES
- The
ratingsandgradeskeys from sentimentr have been moved to the
lexicon package and renamed tokey_ratingandkey_grade.
IMPROVEMENTS
- Added the positve terms 'spot on', 'on time', & 'on point' to
hash_sentiment.
lexicon 0.0.1
This package is a collection of lexical hash tables, dictionaries, and word
lists.