From 72e6c48893f37e6994442f37b94ebf05de8f12c5 Mon Sep 17 00:00:00 2001 From: Tyler Date: Mon, 6 Mar 2017 22:25:21 -0500 Subject: [PATCH] updated news --- NEWS | 6 +++++- NEWS.md | 12 ++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 8c74d91..04ec1e7 100644 --- a/NEWS +++ b/NEWS @@ -17,11 +17,15 @@ And constructed with the following guidelines: * Bug fixes and misc changes bumps the patch -lexicon 0.2.0 - +lexicon 0.2.0 ---------------------------------------------------------------- NEW FEATURES +* `hash_sentiment_jockers` and `key_sentiment_jockers` added 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_sentiment` and `hash_sentiword` renamed to `hash_sentiment_huliu` and diff --git a/NEWS.md b/NEWS.md index 2c9c82d..e0a556b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -17,14 +17,18 @@ And constructed with the following guidelines: * Bug fixes and misc changes bumps the patch -lexicon 0.2.0 - +lexicon 0.2.0 ---------------------------------------------------------------- **NEW FEATURES** +* `hash_sentiment_jockers` and `key_sentiment_jockers` added 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_sentiment` and `hash_sentiword` renamed to `hash_sentiment_hulu` and +* `hash_sentiment` and `hash_sentiword` renamed to `hash_sentiment_huliu` and `hash_sentiment_sentiword` for consistency. @@ -37,6 +41,10 @@ lexicon 0.1.1 * `hash_lemmas` added to provide a lookup of Mechura's lemmatization list. +* `hash_sentiment_jockers` and `key_sentiment_jockers` added 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 ----------------------------------------------------------------