Dragoncall / BDS_group_27

0 stars 0 forks source link

Sentiment analysis #1

Open Dragoncall opened 4 years ago

Dragoncall commented 4 years ago

[see Tweepy API] [Also check nltk library]

This should take a list of Statuses and return a prediction.

Dragoncall commented 4 years ago

Pipeline has been created. Implementation needs to be done. The input data should be treated as abstract as possible to allow other combinations in a pipeline.

annlytram commented 4 years ago

First exploration of sentiment analysis prediction has been done in a separate notebook :

I will now integrate this in the sentiment analysis pipeline. The model will be improved later on.