View Single Post
Old 03-30-2021, 07:22 AM   #91
xxyzz
Evangelist
xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.
 
Posts: 442
Karma: 2666666
Join Date: Nov 2020
Device: none
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

Last edited by xxyzz; 03-30-2021 at 07:26 AM.
xxyzz is offline   Reply With Quote