tknawara / sentiment-analysis

Simple show case of consuming twitter api and performing sentiment analysis over tweets
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Evaluation by textblob #21

Open mohamedramadan2515 opened 6 years ago

mohamedramadan2515 commented 6 years ago

We can use textblob to evaluate our model

mohamedramadan2515 commented 6 years ago

Create scripts that stream around 20k tweets and save them in static JSON file then evaluate the model with them.

tknawara commented 6 years ago

We already have this script, check out this branch.