The purpose of this program was to take a subtitle file (vtt,srt,txt) and list every chinese character separately with a corresponding count for each appearance it makes.
Learning a language like chinese can be more difficult when raw memorization is unavoidable. The best way to approach a memorization task to be presented with what occurs the most and therefore what you should know versus what isn't commonly known becomes easier to visualize. I wanted a tool that could help me prioritize which characters to learn based on movies I was actually watching.
This program has features cut down because I've learned that there are much better frameworks to accomplish the end goal I wanted for this project. Despite this shift, the use this program provides is still helpful in prioritization of characters to learn.
This program was also created in earlier experience with Java during basic Data Structure and Algorithm classes.
- InputStudyPanel Class
- TableStudyPanel Class
- CCharacter Class