Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesmalafosse authored Sep 12, 2019
1 parent 5a2a523 commit 2bb40a6
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# open-dataset-for-sentiment-analysis
open datasets for sentiment analysis based on tweets in English/Spanish/French/German/Italian
# Open datasets for sentiment analysis based on tweets in English/Spanish/French/German/Italian

Most open datasets for text classification are quite small and we noticed that few, if any, are available for languages other than English. Therefore we want to make available to everyone this datasets for sentiment analysis.

We provides files with lists of tweets and their sentiments in:
* English tweets dataset => 6.3 millions tweets available.
* Spanish tweets dataset => 1.2m tweets.
*French tweets dataset => 250 000 tweets
* Italian tweets dataset => 425 000 tweets
* German tweets dataset => 210 000 tweets

The sentiment was generated thanks to AWS Comprehend API. For Spanish and French, tweets were first translated to English using Google Translate, and then analyzed with AWS Comprehend.
Sentiment is classified to either positive, negative, neutral, or mixed.

0 comments on commit 2bb40a6

Please sign in to comment.