xxyzz / WordDumb

A calibre plugin that generates Kindle Word Wise and X-Ray files for KFX, AZW3, MOBI and EPUB eBook.
https://xxyzz.github.io/WordDumb/
GNU General Public License v3.0
386 stars 19 forks source link

Leaving out simpler words in epub Word Wise #72

Closed Vuizur closed 2 years ago

Vuizur commented 2 years ago

I don't want to be annoying by suggesting even more features, so feel free to ignore this, but have you thought about using something like the wordfreq library to allow the user to set the minimum difficulty of looked up words? So that only the more difficult words get translated.

xxyzz commented 2 years ago

Thanks for your suggestion! I add default difficulty to three languages, the code is at here: https://github.com/xxyzz/Proficiency

I'll use wordfreq for other languages until better data source could be found.

xxyzz commented 2 years ago

The feature has been implemented, you can test it by downloading the plugin zip file from GitHub Actions artifacts.

Vuizur commented 2 years ago

Awesome!

xxyzz commented 2 years ago

All languages have default difficulty since version 3.26.0, close the issue now.