From b8e5312f32b2013505694e19656b95adc030d39a Mon Sep 17 00:00:00 2001 From: Jose Roman Date: Wed, 6 Aug 2014 12:50:45 -0700 Subject: [PATCH] Update political sentiment results --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac12da9..1efd8d6 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Examples >>> from indicoio import political, sentiment, fer, facial_features, language >>> political("Guns don't kill people. People kill people.") -{u'Libertarian': 0.22934946808893228, u'Liberal': 0.2025395008382684, u'Green': 0.0, u'Conservative': 1.0} +{u'Libertarian': 0.47740164630834825, u'Green': 0.08454409540443657, u'Liberal': 0.16617097211030055, u'Conservative': 0.2718832861769146} >>> sentiment('Worst movie ever.') {u'Sentiment': 0.07062467665597527}