From c1b28f9c8d8807ea9b5701fdab6c8732c693b3c3 Mon Sep 17 00:00:00 2001 From: swissme8888 Date: Tue, 2 May 2017 22:01:09 +0200 Subject: [PATCH] 0.8 --- flipFlop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flipFlop.py b/flipFlop.py index 7fc2629..7d89b86 100644 --- a/flipFlop.py +++ b/flipFlop.py @@ -14,7 +14,7 @@ import sys from nltk.corpus import stopwords from nltk.sentiment.vader import SentimentIntensityAnalyzer -SIMILARITY=.9 +SIMILARITY=.8 meme=SentimentIntensityAnalyzer() num_features=300 index2word_set=set(model1.index2word)