MLblog / jads_kaggle

Contains our group's work in various kaggle competitions
MIT License
10 stars 23 forks source link

Sentiment analysis as an additional feature #16

Closed san89 closed 6 years ago

san89 commented 6 years ago

Sentiment analysis may be done including external data sets.

steremma commented 6 years ago

Many external datasets can be found here

steremma commented 6 years ago

@san89 Since your most recent PR addresses this issue, should we close it? Or do you plan to add more dictionaries/APIs related to precalculated sentiment scores in the future?

san89 commented 6 years ago

@steremma I would like to Include the Google sentiment analysis as an additional feature:

https://cloud.google.com/natural-language/docs/sentiment-tutorial

steremma commented 6 years ago

Ok keeping this open then 👍

san89 commented 6 years ago

If we want to proceed with the Google API we must provide personal information such as credit card account, which is an inconvenient situation. Instead, I found this interesting repository of a team that won a sentiment analysis competition at Kaggle:

https://github.com/Wronskia/Sentiment-Analysis-on-Twitter-data/tree/master/Final

I will go for this approach.

san89 commented 6 years ago

@steremma Could you please close this issue. It was already solved :)