rahulbtc / twitter_sentiment_analysis

A guide for binary class sentiment analysis of tweets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter Sentiment Analysis

Natural Language Processing (NLP) is a hotbed of research in data science these days and one of the most common applications of NLP is sentiment analysis. From opinion polls to creating entire marketing strategies, this domain has completely reshaped the way businesses work, which is why this is an area every data scientist must be familiar with.

Thousands of text documents can be processed for sentiment (and other features including named entities, topics, themes, etc.) in seconds, compared to the hours it would take a team of people to manually complete the same task.

This project is an attempt to solve the problem of text classification on twitter text datas— the task is to predict whether a tweet is racist/sexist or not. The data has been downloaded from Analytics Vidhya (https://datahack.analyticsvidhya.com/contest/practice-problem-twitter-sentiment-analysis/)

About

A guide for binary class sentiment analysis of tweets.


Languages

Language:Jupyter Notebook 100.0%