Quote:
Originally Posted by xxyzz
Generating files for EPUB and Kindle formats are mostly the same, the only difference is how they displayed. You can also edit the db file used to create EPUB file.
I have added Korean Wiktionary files, you can test them at here: https://github.com/xxyzz/WordDumb/ac...ns/13340283731
Korean Wiktionary's quality is not as good as English Wiktionary but I think it'll still better than editing db file manually.
|
Does "Korean Wiktionary files" refer to an English-Korean dictionary? I was expecting to find a file similar to 'wiktionary_en_en_v0.db' from the link you provided, but I couldn't find one. (Apologies, I'm a beginner in development and not very familiar with GitHub.)
The way I use Kindle Word Wise is by creating an English-Korean word list with the words I've learned and replacing the English 'short_def' field in the Word Wise database with the corresponding Korean definitions. I wrote a short Python script to automate this process.
After reading your message, I tried modifying the wiktionary_en_en_v0.db file in the similar way and then used WordDumb to convert an EPUB file into a Word Wise-enabled format, and it worked perfectly.