View Single Post
Old 01-27-2022, 06:14 AM   #248
samuelj
Member
samuelj began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Jan 2022
Device: Kindle oasis
Wordwise is embedded into the azw3 or mobi, or is it downloaded after?

Quote:
Originally Posted by xxyzz View Post
data/lemmas.json:
Code:
{
  "'neath": [  // lemma
    1,         // difficulty
    69182      // sense_id
  ],
  ...
}
You have to write some code to create your own data file(data/lemmas.json).

If you have some books have Word Wise enabled, you can use this script: https://github.com/xxyzz/WordDumb/bl.../add_lemmas.py.
samuelj is offline   Reply With Quote