Skip to content

Commit

Permalink
Merge pull request #1 from shahules786/test
Browse files Browse the repository at this point in the history
Read me
  • Loading branch information
shahules786 authored Oct 7, 2020
2 parents d766787 + 86fa2ea commit 2e906fd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Twitter Sentiment analyzer


<p align="center">
<img src="https://user-images.githubusercontent.com/25312635/94103308-f1c13a80-fe51-11ea-819e-def5948c479f.png" width="70%" />
<img src="https://user-images.githubusercontent.com/25312635/95116850-4d01ff80-0765-11eb-887d-c3fbcf3797d0.png" />
</p>


Sentiment analysis is the task of determining the sentiment of a given expression in natural language, It is essentially a multiclass text classification text where the given input text is classified into positive, neutral, or negative sentiment. But the number of classes can vary according to the nature of the training dataset. This project aims to build a sentiment analyzer specifically for twitter domain.


<p align="center">
<img src="https://user-images.githubusercontent.com/25312635/94103308-f1c13a80-fe51-11ea-819e-def5948c479f.png" width="50%" />
</p>

## Why a Custom model for twitter domain?

Simply put, a Tweet is a message sent on Twitter. Most of the tweets do not follow normal English grammar and vocabulary mainly due to the limitation of the number of characters allowed in a tweet. This requires special care to yield better performance, hence this project.
Expand Down

0 comments on commit 2e906fd

Please sign in to comment.