Skip to main content

Convert Japanese Kanji to Kanji attached with Hiragana. For example, 「澱んだ街角」→「澱(よど)んだ街角(まちかど)」

Project description

furigana
========

Generate furigana(振り仮名) from Japanese

It uses `MeCab <http://taku910.github.io/mecab/>`__ (a Natural Language Toolkit) to split Japanese into words, and attach it with furigana(振り仮名).

Example:
--------

input
~~~~~

.. code-block:: python

from furigana.furigana import print_plaintext
print_plaintext('澱んだ街角で僕らは出会った')

output
~~~~~~

澱(よど)んだ街角(まちかど)で僕(ぼく)らは出(で)会(あ)った

input
~~~~~

.. code-block:: python

from furigana.furigana import print_plaintext
print_plaintext('お茶にお煎餅、よく合いますね')

output
~~~~~~

お茶(ちゃ)にお煎餅(せんべい)、よく合(あ)いますね

Usage
-----

.. code-block:: console

$ python3 furigana.py '活版印刷の流れを汲む出版作業では'

Dependency
==========

See https://pypi.python.org/pypi/mecab-python3/0.7 run below commands on
ubuntu

.. code-block:: console

$ sudo apt-get install libmecab-dev mecab mecab-ipadic-utf8
$ sudo -H pip3 install mecab-python3
$ sudo -H pip3 install jaconv

Conflict with Anaconda Python
==========
Please use Ubuntu's original python3, not to use with Anaconda Python3

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

furigana-0.0.7.1.tar.gz (3.5 kB view hashes)

Uploaded Source

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