Skip to main content

A library to assist in detecting Japanese text

Project description

WanaKanaPython

A Python library to assist in detecting Japanese text

Usage

Install

pip install wanakana
from wanakana import hiragana
hiragana.is_hiragana("げーむ")

or

from wanakana.hiragana import is_hiragana
is_hiragana("げーむ")

Documentation

See original WanaKana docs as the functions are near identical.

Quick Reference

is_japanese("泣き虫。!〜2¥zenkaku")
// => true

is_kana("あーア")
// => true

is_hiragana("げーむ")
// => true

is_katakana("ゲーム")
// => true

is_kanji("切腹")
// => true

is_romaji("Tōkyō and Ōsaka")
// => true

Credits

A partial port of WanaKana

License

Source files of this project are available under the MIT License. See LICENSE

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

wanakana-1.0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

wanakana-1.0.1-py3-none-any.whl (5.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