Sentiment analysis is the automated process of understanding an opinion about a given subject. This repository is a prototype for a sentiment analysis system which was developed within software development group coursework. The system supports 5 different queries. The supported queries are based on the usability tests and the inputs are presented in the section named Inputs for Scenarios below.
Our prototype supports specific search queries: If the user enters a search query that the prototype doesn't support, we generate a warning message to inform the user. If you wish to display output from one of the scenarios please enter University of Edinburgh in the search query input field. You can find all the supported queries in the section Inputs for scenarios.
Please follow the instructions below to access the prototype:
- Local: Download the repository and open index.html using your browser.
- Web: Sentiment-Analysis
Scenario | search query | location | start date | end date | Check box |
---|---|---|---|---|---|
1 | University of Edinburgh | ||||
2 | Obama | 01/01/2007 | 31/12/2008 | ||
3 | Brexit | United Kingdom | |||
4 | Bohemian Rhapsody | IMDb | |||
5 | Charlie Hebdo | France | 01/01/2012 | 31/12/2012 |
Num | Description | Issue Number |
---|---|---|
1 | show an alert box if the user does not select a data source. | #14 |
2 | opens datepicker popup when the user click in the input field. | #14 |
3 | change icon for mail at footer. | #14 |
4 | rename keyword label to search query label. | #14 |
5 | change code to clean inputs if the user query is correct. | #14 |
6 | changed js code based on scenario changes. | #11 |
7 | changed confidence axis image since using one color seems to be easier for the user to understand the confidence level. | #5 |
8 | added expanation section and tooltips on both axis in order to help user understand the chart | #16 |
- Phase 2:
- Phase 1: