Skip to main content

A python library

Project description

japanese2phoneme

A python library to convert Japanese to phoneme.

Install

pip install japanese2phoneme

Quick Start

>>> import japanese2phoneme
>>> japanese2phoneme.get_chunked_kana('林檎')
(['林檎'], ['リンゴ'], ['r i ɴ g o'])
>>> japanese2phoneme.get_chunked_kana('リンゴ')
(['リンゴ'], ['リンゴ'], ['r i ɴ g o'])
>>> japanese2phoneme.get_chunked_kana('これは牡蠣です')
(['これは牡蠣です'], ['コレハカキデス'], ['k o r e h a k a k i d e s u'])
>>> japanese2phoneme.get_chunked_kana('これは柿です')
(['これは柿です'], ['コレハカキデス'], ['k o r e h a k a k i d e s u'])

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

japanese2phoneme-0.0.1.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

japanese2phoneme-0.0.1-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

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