Group: Runtime Error
- Krittin Srithong
- Kittipol Neamprasertporn
- Thanasit Suwanposri
- Wagee Jr. Nanta-Aree
This is Emotion-Based Song Recommender program. The program will analysis the song's mood by its lyrics, comparing word by word with keyword in each mood.
- Clone this repository into your computer. Go to project's directory.
cd CPE111-project
- Compile the project
make
- Run the program, the program will show list of songs that cannot analyze its mood.
./main
- Select function that you want to do with the program.
- Display all song lists and User can select the song to display the lyrics.
- Display all mood lists and User can search song by mood, user also can select any result song to see its lyrics.
- User are allowed to add a new song.
- User are allowed to modify mood, add/delete mood, also add/delete keywords in each mood. Maximum mood is 10.
MISSING capabilities: User cannot delete the song.