cjhutto / vaderSentiment

VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media, and works well on texts from other domains.
MIT License
4.43k stars 1k forks source link

use `io` package's `open` method #52

Closed jakebiesinger closed 5 years ago

jakebiesinger commented 6 years ago

Fixes #50, and works for both python 2.7 and python 3


This change is Reviewable