Skip to content
forked from xxyzz/WordDumb

A calibre plugin that generates Kindle Word Wise and X-Ray files for KFX, AZW3 and MOBI eBook. Supports 21 languages.

License

Notifications You must be signed in to change notification settings

aliafshany/WordDumb

 
 

Repository files navigation

WordDumb

A calibre plugin that generates Kindle Word Wise and X-Ray files and EPUB footnotes then send them to e-reader. Supports KFX, AZW3, AZW, MOBI and EPUB eBooks.

Book languages supported by X-Ray: Bokmål, Català, Dansk, Deutsch, English, Español, Français, Italiano, Lietuvių, Nederlands, Polski, Português, Română, Suomi, Svenska, Ελληνικά, Македонски, Русский, 中文, 日本語, 한국어.

Test plugin will be uploaded to GitHub Actions Artifacts at each git push automatically.

screenshot

Contribute

Please read CONTRIBUTING.

How to use

  • Install 64bit calibre

    • Arch Linux
    $ sudo pacman -Syu --needed calibre
    
    • Other Linux distros
    $ sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
    
    $ brew install calibre
    
    # choco install calibre
    
  • Install 64bit Python and pip

    • Arch Linux
    $ sudo pacman -Syu --needed python-pip
    
    • Debian
    $ sudo apt install python3-pip
    
    • macOS
    $ brew install python
    
    // or install Command Line Tools
    $ xcode-select --install
    
    # choco install python
    
  • Install WordDumb:

install.mov
  • Install KFX Input plugin for KFX books(optional if you don't use this format). The installation steps are similar to the above video.

  • Set preferences

    • Click "Preferred format order" button then drag your preferred format to the top.

    • Customize Word Wise requires Kindle or Android(use adb) device connected for the first time use. Lemmas have difficulty of 5 will only display when the Word Wise slider on the far right.

    • Enable "Fetch X-Ray people descriptions from Wikipedia or Fandom" option for nonfiction books and novels that have character pages on Wikipedia or Fandom. A quote from the book will be used if it's disabled or the page is not found.

    • Larger spaCy model has higher Named-entity recognition precision therefore improves X-Ray quality, more details at https://spacy.io/models/en

    • Enter a Fandom link to get X-Ray descriptions from Fandom, delete the link to search Wikipedia.

    • Enable "Add locator map to EPUB footnotes" if your e-reader supports image in footnotes.

preferences.mov
  • Customize X-Ray

    Add X-Ray entities that can't be recognized by spaCy model to improve NER accuracy for each selected book.

  • Connect your e-reader, select one book or multiple books then click the plugin icon or menu. You can also run the plugin in terminal:

    $ calibre-debug -r WordDumb -- -h
    
usage.mov

I need about tree-fiddy

Donate using Liberapay

License

This work is licensed under GPL version 3 or later.

Icon made by Freepik from www.flaticon.com.

About

A calibre plugin that generates Kindle Word Wise and X-Ray files for KFX, AZW3 and MOBI eBook. Supports 21 languages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.5%
  • Shell 0.5%