denizgungor / Spring2018-SWE573

This repository contains applications & documentation developed for Boğaziçi University Software engineering practice class.
GNU General Public License v3.0
0 stars 0 forks source link

The system shall be able to analyze the tweets that includes specific keywords that typed by application users according to sentiments. #14

Closed denizgungor closed 6 years ago

denizgungor commented 6 years ago

This is the 3.1 numbered requirement of the project.

Sentiment means, scores that are indicate the tweet as negative, positive, neutral.

denizgungor commented 6 years ago

Sentiment analysis function has been added to the system. When the user search the keyword, system is giving sentiment result for each tweet. This result will be turned to visual graph later.