Skip to main content

The fastest converter to add yomigana(readings) to Japanese epub eBooks! (Using Mecab and Unidic)

Project description

yomigana ebook

This project is aimed at making Japanese eBooks more friendly to those who are learning Japanese now by adding readings for every Kanji in the eBooks.

To achieve this, the project utilizes Mecab, a Japanese morphological analyzer, and Unidic, a dictionary developed by NICT, to tokenize words and obtain the corresponding yomigana (reading) of each word. This information is then inserted above or besides the kanji characters in the eBook text, allowing readers to easily read and understand the pronunciation of each word.

This tool is also the fastest converter now. (compared to Mumumu4/furigana4epub & itsupera/furiganalyse)

Usage

  1. install the package from PyPI:

    # install the package
    $ pip install yomigana-ebook
    
    # download the unidic dictionary
    $ python -m unidic download
    
    # you can convert your japanese ebooks now!
    $ yomigana_ebook [your-ebooks]
    
  2. build from the source:

    $ git clone https://github.com/rabbit19981023/yomigana-ebook.git
    
    # install the project
    $ pip install ./yomigana-ebook
    
    # download the unidic dictionary
    $ python -m unidic download
    
    # you can convert your japanese ebooks now!
    $ yomigana_ebook [your-ebooks]
    

For Windows Users

There's a known bug in Windows, see polm/fugashi#42 for more information

To solve it, you must install & use the package in an isolated virtualenv:

Here are some examples:

  1. install the package from PyPI:

    # create the virtualenv
    $ python -m venv .venv
    
    # get into the virtualenv
    $ .venv\Scripts\activate
    
    # install the package
    $ pip install yomigana-ebook
    
    # download the unidic dictionary
    $ python -m unidic download
    
    # you can convert your japanese ebooks now!
    $ yomigana_ebook [your-ebooks]
    
  2. build from source:

    $ git clone https://github.com/rabbit19981023/yomigana-ebook.git
    
    $ cd yomigana-ebook
    
    # create the virtualenv
    $ python -m venv .venv
    
    # get into the virtualenv
    $ .venv\Scripts\activate
    
    # install the project
    $ pip install .
    
    # download the unidic dictionary
    $ python -m unidic download
    
    # you can convert your japanese ebooks now!
    $ yomigana_ebook [your-ebooks]
    

To leave the virtualenv, just by a simple command:

$ deactivate

Run the web demo via Docker

NOTE: you NEED to run these commands in the project root, NOT in web-demo directory!

  1. first we need to build the image:

    $ docker build -t yomigana-ebook/web-demo -f Dockerfile.web-demo .
    
  2. then run the container:

    $ docker run --rm -p 8000:8000 yomigana-ebook/web-demo --host 0.0.0.0
    
  3. finally just open your browser and navigate to http://localhost:8000 to use it!

Credits

This project was inspired by Mumumu4/furigana4epub & itsupera/furiganalyse, and has some code from them.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yomigana_ebook-0.2.3.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

yomigana_ebook-0.2.3-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file yomigana_ebook-0.2.3.tar.gz.

File metadata

  • Download URL: yomigana_ebook-0.2.3.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.6 Linux/5.15.90.1-microsoft-standard-WSL2

File hashes

Hashes for yomigana_ebook-0.2.3.tar.gz
Algorithm Hash digest
SHA256 fe2a6eec9606c48ce71b5711b6e742e5b8ccb3fa4830d4e99ad803fdbeebc89a
MD5 79ad44259f438a1bb3d796760f8383b7
BLAKE2b-256 c49a62dcea8dc456cb62b261af8b6e25de749f0d9c1a7a6b1261ffcdba0f2c1a

See more details on using hashes here.

File details

Details for the file yomigana_ebook-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: yomigana_ebook-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.6 Linux/5.15.90.1-microsoft-standard-WSL2

File hashes

Hashes for yomigana_ebook-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0e91e6649a3a43d7f36662098acf71cfc117ac596e13a5eb4cc172016ed93139
MD5 271d0cefffb843943b5d410ea90ed155
BLAKE2b-256 22cbf293a422753b84f005ba52951438dc5cc331832c22288815d7246c9cb25c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page