Project information
- Category: Web App
- Client: University Project
- Project date: February, 2022
- Project URL: github
This Java project analyzes a dataset of Simpsons script lines. It uses multithreading to process the lines efficiently.
The project calculates various statistics, including the total words per episode, the dialogue count per location, and the most frequently used words by each character (such as Bart, Homer, Marge, and Lisa).
It also identifies the episode with the highest word count and the location with the most dialogues.
The project leverages HashMaps for data aggregation and employs synchronization techniques for thread safety. Overall, it provides insights into the language usage in the Simpsons TV show.
- Java