Commit 2af94795 authored by Dhananjaya Jayashanka's avatar Dhananjaya Jayashanka

changed textAnalyze(NLTK).py

parent ca78b572
......@@ -38,7 +38,6 @@ print(emotion_list)
w = Counter(emotion_list)
print(w)
def sentiment_analyse(sentiment_text):
score = SentimentIntensityAnalyzer().polarity_scores(sentiment_text)
if score['neg'] > score['pos']:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment