https://github.com/si-ja/sentimentapp
Sentiment analyzing application build with python.
https://github.com/si-ja/sentimentapp
Last synced: 3 months ago
JSON representation
Sentiment analyzing application build with python.
- Host: GitHub
- URL: https://github.com/si-ja/sentimentapp
- Owner: Si-ja
- Created: 2020-02-18T13:58:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T12:08:24.000Z (over 5 years ago)
- Last Synced: 2025-01-26T06:41:12.138Z (5 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SentimentApp
This is a simple application that is built using python. The essence of it is that it can analyse the sentiment of an input sentence that is given to it in English.## Current Status
__Last Update:__ 2020/02/24Project Initiated | Support Function Made | App Skeleton Created | The Full App Prepared | App Deployable
:------------: |:------------: |:------------: |:------------: |:------------: |
:heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x:## Packages Used
The Application utilizes several packages to operate:* NLTK 3.4.5 - for actual sentiment analysis;
* Kivy 1.11.1 - for framework preparation;
* JSON - for files reading## General Goal of the Project
Create an application using python with its own GUI that can analyse sentiment of an input sentence in English. As well, through the build process to learn proper usage of Git and GitHub functionalities.## Current Progress:
- [x] Create a repository
- [x] Create a README file
- [x] Create a support script that will check if all the needed packages are ready
- [x] Create a .kv file with the app skeleton
- [x] Add information section in the app
- [x] Add settings section in the app
- [x] Build a sentiment analyzing page
- [x] Prepare the main script with all the needed functionalities for the sentiment analysis.
- [x] Finalize the app
- [ ] Deploy the app## TODO:
A small list of possible things that could be addressed in the future and/or still left to be done - seperated into FEATURE or BUG criteria:
- [ ] The app can be compiled and even deployed to an Android device. However, as soon as the analyze function is utilized - the app crashes. No clear reasons to this bug are present. This postpoints the whole process.
- [ ] "Pretify" the GUI with a more plesant to look at GUI (FEATURE)
- [ ] Fix the issue with the Text on the main page not centering (BUG)