Skip to content

Commit

Permalink
0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
swissme8888 committed May 2, 2017
1 parent 8f8aab4 commit c1b28f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flipFlop.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c1b28f9

Please # to comment.