jamorasep
=========
.. image:: https://img.shields.io/pypi/v/jamorasep.svg
:target: https://pypi.python.org/pypi/jamorasep
:alt: pypi
.. image:: https://readthedocs.org/projects/jamorasep/badge/?version=latest
:target: https://jamorasep.readthedocs.io/en/latest
:alt: Documentation Status
.. image:: https://github.com/tachi-hi/jamorasep/actions/workflows/test.yml/badge.svg
:target: https://github.com/tachi-hi/jamorasep/actions/workflows/test.yml
:alt: CI
.. image:: https://img.shields.io/pypi/l/jamorasep.svg
:target: https://opensource.org/licenses/MIT
:alt: MIT
Japanese text parser to separate Hiragana/Katakana string into morae (syllables).
License
-------
Copyright (c) 2023 Hideyuki Tachibana, `MIT License <https://github.com/tachi-hi/jamorasep/blob/master/LICENSE>`_
Usage
-----
Install
^^^^^^^
.. code-block:: bash
pip install jamorasep
Code Example
^^^^^^^^^^^^
.. code-block:: python
# import
import jamorasep
jamorasep.parse("シャンプーハット", output_format="katakana")
jamorasep.parse("シャンプーハット", output_format="simple-ipa")
jamorasep.parse("シャンプーハット", output_format="kunrei")
jamorasep.parse("シャンプーハット", output_format="hepburn")
Raw data
{
"_id": null,
"home_page": "https://github.com/tachi-hi/jamorasep",
"name": "jamorasep",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.5",
"maintainer_email": "",
"keywords": "jpyomi",
"author": "Hideyuki Tachibana",
"author_email": "h_tachibana@pkshatec.com",
"download_url": "https://files.pythonhosted.org/packages/2a/ef/e79b0c6c6ccb153d9f3d292913dfdb89414c20a1f16ad2b61a817787a7a6/jamorasep-0.0.1.tar.gz",
"platform": null,
"description": "\njamorasep\n=========\n\n\n.. image:: https://img.shields.io/pypi/v/jamorasep.svg\n :target: https://pypi.python.org/pypi/jamorasep\n :alt: pypi\n\n.. image:: https://readthedocs.org/projects/jamorasep/badge/?version=latest\n :target: https://jamorasep.readthedocs.io/en/latest\n :alt: Documentation Status\n\n.. image:: https://github.com/tachi-hi/jamorasep/actions/workflows/test.yml/badge.svg\n :target: https://github.com/tachi-hi/jamorasep/actions/workflows/test.yml\n :alt: CI\n\n.. image:: https://img.shields.io/pypi/l/jamorasep.svg\n :target: https://opensource.org/licenses/MIT\n :alt: MIT\n\nJapanese text parser to separate Hiragana/Katakana string into morae (syllables).\n\nLicense\n-------\n\nCopyright (c) 2023 Hideyuki Tachibana, `MIT License <https://github.com/tachi-hi/jamorasep/blob/master/LICENSE>`_\n\nUsage\n-----\nInstall\n^^^^^^^\n\n.. code-block:: bash\n\n pip install jamorasep\n\nCode Example\n^^^^^^^^^^^^\n\n.. code-block:: python\n\n # import\n import jamorasep\n jamorasep.parse(\"\u30b7\u30e3\u30f3\u30d7\u30fc\u30cf\u30c3\u30c8\", output_format=\"katakana\")\n jamorasep.parse(\"\u30b7\u30e3\u30f3\u30d7\u30fc\u30cf\u30c3\u30c8\", output_format=\"simple-ipa\")\n jamorasep.parse(\"\u30b7\u30e3\u30f3\u30d7\u30fc\u30cf\u30c3\u30c8\", output_format=\"kunrei\")\n jamorasep.parse(\"\u30b7\u30e3\u30f3\u30d7\u30fc\u30cf\u30c3\u30c8\", output_format=\"hepburn\")\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Japanese mora separator",
"version": "0.0.1",
"split_keywords": [
"jpyomi"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e4e6395d7747f4daf7511f976e0c49d2da32b4dc196e018671d609ff887e76c2",
"md5": "67d6bcbb3bc23b8647158889daf273e2",
"sha256": "e59fcdc3609674a736172f190a6ad38b301364284fe9ee8401e82915c22344bd"
},
"downloads": -1,
"filename": "jamorasep-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "67d6bcbb3bc23b8647158889daf273e2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 8245,
"upload_time": "2023-03-14T06:49:36",
"upload_time_iso_8601": "2023-03-14T06:49:36.264093Z",
"url": "https://files.pythonhosted.org/packages/e4/e6/395d7747f4daf7511f976e0c49d2da32b4dc196e018671d609ff887e76c2/jamorasep-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2aefe79b0c6c6ccb153d9f3d292913dfdb89414c20a1f16ad2b61a817787a7a6",
"md5": "f8e3bcbbf2964a7165a7a88e9a2081ef",
"sha256": "a2b13dc23f8edb8195d0d316679ed4b26dabae2772b99962f05af8719eb71e52"
},
"downloads": -1,
"filename": "jamorasep-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "f8e3bcbbf2964a7165a7a88e9a2081ef",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5",
"size": 14073,
"upload_time": "2023-03-14T06:49:38",
"upload_time_iso_8601": "2023-03-14T06:49:38.476539Z",
"url": "https://files.pythonhosted.org/packages/2a/ef/e79b0c6c6ccb153d9f3d292913dfdb89414c20a1f16ad2b61a817787a7a6/jamorasep-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-14 06:49:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "tachi-hi",
"github_project": "jamorasep",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "jamorasep"
}