There was an error while loading. Please reload this page.
1 parent 4caef16 commit 9de91e2Copy full SHA for 9de91e2
README.md
@@ -0,0 +1,9 @@
1
+# Twitter-Sentiment-Analysis
2
+Analyze how People are Reacting to any Certain Event by Analyzing their Tweets.
3
+
4
+Basically the script does the following
5
+-To extract the tweets related to any desired Hash Tag/Keyword
6
+-Analyze the words in each tweet to find out whether the tweet is positive or negative (Happy or Sad) using Natural Language Processing
7
+-Find the results for bulk of tweets to get the sentiments of majority.
8
9
+You can get more detailed tutorial (here) [http://www.letscodepro.com/Twitter-Sentiment-Analysis]
0 commit comments