I just collect the difficult level of lemmas from some books of mine that have word wise enabled by Amazon. The level data the plugin uses doesn't cover all the words of the Kindle dictionary but it's large enough for most books IMO.
I think it's not that hard to customize the difficult level data file(
data/lemmas.json) or create a new one according to your needs. For example, the first lemma in the file is:
Code:
"midway": [
2,
14487
],
"2" is the difficult level, "14487" is sense_id. You can find more details of these data at
https://github.com/xxyzz/WordDumb/bl...ord_wise_db.md