Skip to content

Commit

Permalink
add 454 lemmas
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Dec 11, 2020
1 parent 24bf004 commit fd56cb1
Show file tree
Hide file tree
Showing 3 changed files with 461 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@ Right click a **MOBI**, **AZW3** or **KFX** format book then click the plugin me

If your Kindle device is connected, it will send the book(if your device doesn't have it) and the Word Wise file to your device. Make sure the book has **only one** supported format.

If your device doesn't have dictionary file at `/system/kll/`, you need to connect it to Wi-Fi and wait for it to download `kll.en.en.klld` file(19.5 MB).

## License

This work is licensed under GPL version 3 or later.

Icon made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>

[NLTK](https://github.com/nltk/nltk) source code is distributed under the Apache 2.0 License.

[WordNet License](https://wordnet.princeton.edu/license-and-commercial-use).
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class WordDumbDumb(InterfaceActionBase):
description = 'Create Kindle Word Wise file.'
supported_platforms = ['linux', 'osx', 'windows']
author = 'xxyzz'
version = (1, 6, 0)
version = (1, 6, 1)
minimum_calibre_version = (5, 0, 0) # Python3
actual_plugin = 'calibre_plugins.worddumb.ui:WordDumb'

Expand Down
Loading

0 comments on commit fd56cb1

Please sign in to comment.