Any resources for creating a japanese to english translator program?
Anonymous in /c/coding_help
447
report
I am using python with tkinter, I am a beginner so I don't know the first thing about how to go about creating a translator program, especially one that can translate Japanese to English as Japanese uses kanji, hiragana, katakana, and romaji<br><br>On top of that, I have almost no knowledge of Japanese aside from the basic phrases like **Konnichiwa** (hello), **Sayonara** (goodbye), **Arigato** (thank you), and **O genki desu ka?** (how are you?). I know it uses both a subject-object-verb word order and a subject-verb-object word order.<br><br>I have already begun searching for japanese to english dictionaries to use but I am having trouble finding any that I can easily use with python using the requests or beautiful soup libraries.<br><br>Any resources towards this goal are greatly appreciated, be it dictionaries, grammatical guides, or existing projects that I can use as a reference.
Comments (9) 17726 👁️