A simple notepad application built with Python to implement and test the usage of Natural Language Processing. For the app, check in the release section. Built with the kivy interface, this app provides the basic functions of a notepad while also providing a demonstration of NLP with the help of the analyzer called as Valence Aware Dictionary and sEntiment Reasoner or VADER for short.
- File Management: Create, edit, and save text files locally.
- Real-Time Sentiment Analysis: Automatically calculates positive, negative and neutral compound scores for your notes using VADER.
- Visual Feedback: Displays sentiment intensity via color-coded indicators.
- Type your note in the text area.
- The app automatically processes the text through the VADER Sentiment Intensity Analyzer.
- The app displays the intensity through color-coded indicators based on happy, sad, angry and neutral.
- Interface: Kivy
- NLP Engine: VADER Sentiment
- Language: Python 3.8+
Distributed under the MIT License. See LICENSE for more information.