Skip to content

V 1.0.4

Latest
Compare
Choose a tag to compare
@mjockers mjockers released this 13 Dec 20:16
· 29 commits to master since this release

syuzhet 1.0.4

  • Added support and documentation for use of custom lexicons with the get_sentiment() function.

syuzhet 1.0.3

  • Added support for multiple languages using expanded NRC lexicon. (Via Denis Roussel)

syuzhet 1.0.2

  • Added paralellization of get_sentiment using parallel package. (Via Philip Bulsink)
  • Removed the Java dependency by utilizing the textshape package for sentence splitting (Via Tyler Rinker)

syuzhet 1.0.1

  • Added get_sentiment_dictionary() function.

  • Updated simple_plot().

  • Updated documentation.