Generally speaking, we want to translate the words in krc files of English songs to:
- The correspond phonetic symbol.
- It's Chinese meaning in the song.
- Some relevant information about that word. (Such as whether it's in CET4 range.)
File_Structure:
+-Word-to-phonetic/
| file_loader.py Preprocess yrc and lrc files.
| translator.py Translate api.
| chatgtp_api.py Chatgpt api.
| translate_yrc.ipynb Where to load and translate.