bwbaugh / infer

A machine learning toolkit for classification and assisted experimentation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add sentiment analysis for positive / negative polarity

bwbaugh opened this issue · comments

The program can be trained for positive / negative polarity using an automatic (noisy) gold standard that labels Tweets using the presence of emoticons (:) or :().

I'm trying to figure out whether this should be incorporated into the library itself somehow, or instead just as an example script that uses the library.

While working on this, I ran into an issue trying to visualize the learning process in real time. See Matplotlib stops animating after first frame.