{
"info": {
"author": "Junnosuke Moriya",
"author_email": "shinsen.jikyo@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: Japanese",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries"
],
"description": "romaji\n-----\n`romaji` is a converter library to romanize Japanese hiragana/katakana string by standard and IME typing style.\nEven though `pykakasi `_ already has provided the same functions, and returns only one romanized string.\nHowever, there exists several different romanization systems, so one hiragana/katakana string has so many romanize string.\nFor example, `\"\u3061\u3083\"` can be romanized as `\"cha\"`, `\"tya\"`, `\"chixya\"`, `\"tixya\"`, `\"chilya\"`, or `\"tilya\"`.\n`romaji` provides romanized strings as many as possible.\n\nIf an input string contained non hiragana/katakana characters (includes kanji), `romaji` return the characters as same as the input.\nFor example, `romaji` converts the input `\"\u304a\u8336\u306e\u6c34\"` to `\"o\u8336no\u6c34\"`.\nIf there is a need to romanize the whole string which includes kanji, `romaji` can romaize the readings in the tokens which `Janome `_ tokenizer provides.\n`romaji` strongly recommends to use with `Janome`.\n\nThe mapping from hiragana/katakana to romaji is based on common IME's system to input Japanese.\nTherefor, `romaji` does not directly implement the standard system like Hepburn, Nihon-shiki or Kunrei-shiki, but includes them.\n\n\nInstallation\n-----\n\n.. code-block:: BashLexer\n\n $ pip install romaji\n\n\nUsage\n-----\n\n.. code-block:: python\n\n >>> import romaji\n >>> romaji.transliterate('\u50d5\u30c9\u30e9\u3048\u3082\u3093')\n ['\u50d5doraemon', '\u50d5doraemon\\'', '\u50d5doraemonn']\n >>> romaji.transliterate('\u8af8\u884c\u7121\u5e38')\n []\n",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/jikyo/romaji4p",
"keywords": "",
"license": "Apache License 2.0",
"maintainer": "",
"maintainer_email": "",
"name": "romaji",
"package_url": "https://pypi.org/project/romaji/",
"platform": "",
"project_url": "https://pypi.org/project/romaji/",
"project_urls": {
"Homepage": "https://github.com/jikyo/romaji4p"
},
"release_url": "https://pypi.org/project/romaji/0.0.2/",
"requires_dist": null,
"requires_python": "",
"summary": "A converter to romanize Japanese hiragana/katakana string",
"version": "0.0.2"
},
"last_serial": 4663079,
"releases": {
"0.0.1": [
{
"comment_text": "",
"digests": {
"md5": "4c91f3c684c6ee5c30fa727698877e90",
"sha256": "503880bea17917f71b68d5c5be4d9ec4cb05d79f1bb15966d2701de789be3a50"
},
"downloads": -1,
"filename": "romaji-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "4c91f3c684c6ee5c30fa727698877e90",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9709,
"upload_time": "2019-01-05T09:58:53",
"url": "https://files.pythonhosted.org/packages/13/7b/011faebded3244da9c0a1a00e69664d8e670a98d67203ab2831a68ed1f30/romaji-0.0.1.tar.gz"
}
],
"0.0.2": [
{
"comment_text": "",
"digests": {
"md5": "04a6dae1ac315a9c3182111c61c375bb",
"sha256": "cc2cfc97e11a3d9f7eb5af4389b524c79b0c6b0c8096347dae9fd03be24bbdf1"
},
"downloads": -1,
"filename": "romaji-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "04a6dae1ac315a9c3182111c61c375bb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9640,
"upload_time": "2019-01-05T10:12:44",
"url": "https://files.pythonhosted.org/packages/78/8f/e1e7810775c3138ec8e67066839eb79ec57f2fd73e20225a85e5bbf2f9e3/romaji-0.0.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "04a6dae1ac315a9c3182111c61c375bb",
"sha256": "cc2cfc97e11a3d9f7eb5af4389b524c79b0c6b0c8096347dae9fd03be24bbdf1"
},
"downloads": -1,
"filename": "romaji-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "04a6dae1ac315a9c3182111c61c375bb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9640,
"upload_time": "2019-01-05T10:12:44",
"url": "https://files.pythonhosted.org/packages/78/8f/e1e7810775c3138ec8e67066839eb79ec57f2fd73e20225a85e5bbf2f9e3/romaji-0.0.2.tar.gz"
}
]
}