{"id":13679761,"url":"https://github.com/mocobeta/janome","last_synced_at":"2025-05-14T01:04:28.238Z","repository":{"id":27318457,"uuid":"30792770","full_name":"mocobeta/janome","owner":"mocobeta","description":"Japanese morphological analysis engine written in pure Python","archived":false,"fork":false,"pushed_at":"2025-02-23T11:49:21.000Z","size":422462,"stargazers_count":871,"open_issues_count":15,"forks_count":53,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-04-05T16:01:35.524Z","etag":null,"topics":["japanese-language","nlp-library","python"],"latest_commit_sha":null,"homepage":"https://janome.mocobeta.dev","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mocobeta.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-02-14T09:47:00.000Z","updated_at":"2025-04-01T14:46:03.000Z","dependencies_parsed_at":"2025-02-28T17:00:45.780Z","dependency_job_id":"970e48cb-4705-4b10-944c-d7d6948126c1","html_url":"https://github.com/mocobeta/janome","commit_stats":{"total_commits":420,"total_committers":19,"mean_commits":"22.105263157894736","dds":0.080952380952381,"last_synced_commit":"1d13da63ccdddb2bcdef9eb6e575950ad92c917c"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocobeta%2Fjanome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocobeta%2Fjanome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocobeta%2Fjanome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocobeta%2Fjanome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mocobeta","download_url":"https://codeload.github.com/mocobeta/janome/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248606178,"owners_count":21132317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["japanese-language","nlp-library","python"],"created_at":"2024-08-02T13:01:09.141Z","updated_at":"2025-04-12T17:35:47.953Z","avatar_url":"https://github.com/mocobeta.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"=======\nJanome\n=======\n\n.. image:: https://github.com/mocobeta/janome/workflows/Checks/badge.svg\n    :target: https://github.com/mocobeta/janome/actions?query=workflow%3AChecks\n\n.. image:: https://coveralls.io/repos/github/mocobeta/janome/badge.svg?branch=master\n    :target: https://coveralls.io/github/mocobeta/janome?branch=master\n\n.. image:: https://img.shields.io/pypi/dm/Janome.svg\n    :target: https://pypistats.org/packages/janome\n\n.. image:: https://img.shields.io/conda/v/conda-forge/janome\n    :target: https://anaconda.org/conda-forge/janome\n\nJanome is a Japanese morphological analysis engine written in pure Python.\n\nGeneral documentation:\n\nhttps://janome.mocobeta.dev/en/ (English)\n\nhttps://janome.mocobeta.dev/ja/ (Japanese)\n\nRequirements\n=============\n\nPython 3.7+ is required.\n\nInstall\n========\n\n[Note] This consumes about 500 MB memory for building.\n\n.. code:: bash\n\n  (venv) $ pip install janome\n\nRun\n====\n\n.. code:: bash\n\n  (venv) $ python\n  \u003e\u003e\u003e from janome.tokenizer import Tokenizer\n  \u003e\u003e\u003e t = Tokenizer()\n  \u003e\u003e\u003e for token in t.tokenize('すもももももももものうち'):\n  ...     print(token)\n  ...\n  すもも 名詞,一般,*,*,*,*,すもも,スモモ,スモモ\n  も    助詞,係助詞,*,*,*,*,も,モ,モ\n  もも  名詞,一般,*,*,*,*,もも,モモ,モモ\n  も    助詞,係助詞,*,*,*,*,も,モ,モ\n  もも  名詞,一般,*,*,*,*,もも,モモ,モモ\n  の    助詞,連体化,*,*,*,*,の,ノ,ノ\n  うち  名詞,非自立,副詞可能,*,*,*,うち,ウチ,ウチ\n\nLicense\n========\n\nLicensed under Apache License 2.0 and uses the MeCab-IPADIC dictionary/statistical model.\n\nSee LICENSE.txt and NOTICE.txt for license details.\n\nAcknowledgement\n================\n\nSpecial thanks to @ikawaha, @takuyaa, @nakagami and @janome_oekaki.\n\nCopyright\n==========\n\nCopyright(C) 2015-2025, Tomoko Uchida. All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmocobeta%2Fjanome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmocobeta%2Fjanome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmocobeta%2Fjanome/lists"}