This project utilizes the Stanford Natural Language Processing (NLP) library to perform sentiment analysis on given text. With a simple GUI, users can input any text and receive an analysis of its sentiment, ranging from "Very Negative" to "Very Positive".
- Intuitive GUI: Easy-to-use graphical interface to input text and view results.
- Stanford NLP Integration: Utilizes the Stanford NLP library for accurate sentiment analysis.
- Clone this repository to your local machine.
- Ensure you have the Stanford NLP library and its dependencies installed.
- Compile and run the main GUI class.
- Input any text into the provided text area.
- Click the "Analyze" button.
- View the sentiment result displayed below the input area.
- Multiple Language Support: Planning to add support for multiple languages in the future.
- Extended Analysis: Working on including more detailed sentiment metrics.
Contributions are welcome! If you have improvements or fixes, please raise an issue first before making a pull request.
This project is open source, under the MIT License.
Last updated: [16/08/2023] - Currently undergoing updates.