Twitter Sentiment Analysis Using Python
Twitter Sentiment Analysis Using Python
(USING PYTHON)
.
BY
B V L PRAVALLIKA – 19NG1A1207
D SREE PUJITHA – 19NG1A1216
P SRI HARIKA – 19NG1A1246
V MOUNIKA – 19NG1A1257
INTRODUCTION
Sentiment analysis is one of the most common tasks in Data Science and AI.
We perform sentiment analysis of a selected Twitter account using Twitter API
and Natural Language Processing.
And then Consumer key , Consumer key secret, Access Token ,Access
Token Secret (credentials) will be provided.
PROCESS OF IMPLEMENTATION
4.PANDAS:
Pandas is mainly used for data analysis. Pandas allows importing data
from various file formats such as comma-separated values, JSON,
SQL, Microsoft Excel.
In this step, we hit the API by performing Authentication and Stream the
Data (unfiltered) from requested Twitter Account.
It also has lot of application issues with the slang used and the short
form of words.
CONCLUSION:
Twitter sentimental analysis comes under the category of text and
opinion mining.It focuses on analyzing the sentiments of tweets and
feeding the data to a machine learning model and then check it’s
accuracy for future use.It comprises steps like data Collection, Text Pre-
processing, Sentiment Detection, Sentiment Classification, Training and
testing the model.This research topic has evolve during the last decade
with models reaching the efficiency of almost 85%-90%.Hence
sentimental analysis has a very bright scope of development in future.