- Support mecab and mecab-python3 simultaneously (thanks @phuongdo)
- Fix bugs about emotion pattern matching (thanks @brunotoshio)
- Fix bug about activation count (thanks @brunotoshio)
- Use MeCab.Tagger().parse() instead of MeCab.Tagger().parseToNode
- The 712 emotional words from Kanjou kotoba erabi jiten (感情ことば選び辞典) are newly added
- Support Python 3.7
- Unsupport Python 2.6 and 3.3
- Fix bugs about MeCab (thanks @Kensuke-Mitsuzawa)
- Delete install_requires
- Fix many bugs
- Add some emotional words
- Delete invalid words
- Correct typo
- Add 67 emotional words
- Support Python 2.X
- Add 52 emotional words
- Fix bug
- Delete debug print (thanks @ssirai)
- First release.