Skip to content

Commit

Permalink
update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Nov 18, 2020
1 parent 27a4b65 commit dea25a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Please read [CONTRIBUTING](./docs/CONTRIBUTING.md)

## How to use

Install calibre 5.
Install calibre **5+** and jhowell's [KFX Input](https://www.mobileread.com/forums/showthread.php?t=291290) plugin for KFX books. Then install WordDumb plugin from calibre "Preference" -> "Plugins" -> "Get new plugins". Add the plugin to "The context menu for the books in the calibre library" in "Preferences" -> "Toolbars & menus".

Add the plugin to "The context menu for the books in the calibre library" in "Preferences" -> "Toolbars & menus". Right click a MOBI or AZW3 format book then click the plugin menu, it will start generating Word Wise file in a few minutes that depends on the book size and your computer speed.
Right click a **MOBI**, **AZW3** or **KFX** format book then click the plugin menu, it will start generating Word Wise file in a few minutes that depends on the book size and your computer speed.

If your Kindle device is connected, it will send the file to your device.

Expand Down
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ zip -r worddumb-vx.x.x.zip *

## Add more words

Get `cn-kll.en.en.klld` and `LanguageLayer.en.ASIN.kll` from your Kindle device, then:
Get `cn-kll.en.en.klld` and `LanguageLayer.en.ASIN.kll` from your Kindle device(please read [word\_wise\_db](./word_wise_db.md)), then:

```
$ create_ww_sql.py ./path-of-klld ./path-of-kll
Expand All @@ -39,4 +39,4 @@ $ create_ww_sql.py ./path-of-klld ./path-of-kll

- Lemmatize words

- Supports kfx
- Job progress

0 comments on commit dea25a3

Please sign in to comment.