Quote:
Originally Posted by xxyzz
Would you mind share the source of your English to Korean definition data if it's free to use like Wiktionary?
|
I am making my own English-Korean dictionary in a csv file. Now it contains only about 300 words. After I look up some words while reading a book with kindle, I review the words that I newly learned using the vocabulary builder of Kindle. Then, I add the words and their short definitions of my own with hint level into my csv file.
I made a short python script that replaces short_def field of kll.en.en.klld file with my own short Korean definition and then put this new kll.en.en.klld file in Kindle.
My script uses sqlite3, pandas, and base64 library.