{"id":32167182,"url":"https://github.com/k-tomoyasu/boinize-elixir","last_synced_at":"2026-02-23T05:01:42.239Z","repository":{"id":57480155,"uuid":"190989698","full_name":"k-tomoyasu/boinize-elixir","owner":"k-tomoyasu","description":null,"archived":false,"fork":false,"pushed_at":"2019-06-09T13:24:44.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-21T19:31:21.950Z","etag":null,"topics":["elixir"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/k-tomoyasu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-09T09:52:00.000Z","updated_at":"2019-06-09T13:24:46.000Z","dependencies_parsed_at":"2022-09-26T17:41:36.516Z","dependency_job_id":null,"html_url":"https://github.com/k-tomoyasu/boinize-elixir","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/k-tomoyasu/boinize-elixir","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-tomoyasu%2Fboinize-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-tomoyasu%2Fboinize-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-tomoyasu%2Fboinize-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-tomoyasu%2Fboinize-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k-tomoyasu","download_url":"https://codeload.github.com/k-tomoyasu/boinize-elixir/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-tomoyasu%2Fboinize-elixir/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29554568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T18:16:07.221Z","status":"ssl_error","status_checked_at":"2026-02-17T18:16:04.782Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["elixir"],"created_at":"2025-10-21T15:24:43.901Z","updated_at":"2026-02-23T05:01:42.230Z","avatar_url":"https://github.com/k-tomoyasu.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boinize\n係り受け解析器CaboChaを利用して日本語の文章を母音に変換する\n\n## Installation\n1. Install [CaboCha](https://taku910.github.io/cabocha/)\n2. Add your dependencies in `mix.exs` \n\n```elixir\ndef deps do\n  [\n    {:boinize, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## Usage\n### parse/1\n```elixir\n  iex\u003e Boinize.parse(\"明日は晴れ\")\n  [\n    %{\n      \"boin\" =\u003e \"アイア\",\n      \"origin\" =\u003e %{\n        \"base\" =\u003e \"明日\",\n        \"conjugation\" =\u003e \"\",\n        \"conjugation_form\" =\u003e \"\",\n        \"id\" =\u003e 0,\n        \"pos\" =\u003e \"名詞\",\n        \"pos1\" =\u003e \"副詞可能\",\n        \"pos2\" =\u003e \"\",\n        \"pos3\" =\u003e \"\",\n        \"pronunciation\" =\u003e \"アシタ\",\n        \"surface\" =\u003e \"明日\",\n        \"yomi\" =\u003e \"アシタ\"\n      }\n    },\n    %{\n      \"boin\" =\u003e \"ア\",\n      \"origin\" =\u003e %{\n        \"base\" =\u003e \"は\",\n        \"conjugation\" =\u003e \"\",\n        \"conjugation_form\" =\u003e \"\",\n        \"id\" =\u003e 1,\n        \"pos\" =\u003e \"助詞\",\n        \"pos1\" =\u003e \"係助詞\",\n        \"pos2\" =\u003e \"\",\n        \"pos3\" =\u003e \"\",\n        \"pronunciation\" =\u003e \"ワ\",\n        \"surface\" =\u003e \"は\",\n        \"yomi\" =\u003e \"ハ\"\n      }\n    },\n    %{\n      \"boin\" =\u003e \"アエ\",\n      \"origin\" =\u003e %{\n        \"base\" =\u003e \"晴れ\",\n        \"conjugation\" =\u003e \"\",\n        \"conjugation_form\" =\u003e \"\",\n        \"id\" =\u003e 2,\n        \"pos\" =\u003e \"名詞\",\n        \"pos1\" =\u003e \"一般\",\n        \"pos2\" =\u003e \"\",\n        \"pos3\" =\u003e \"\",\n        \"pronunciation\" =\u003e \"ハレ\",\n        \"surface\" =\u003e \"晴れ\",\n        \"yomi\" =\u003e \"ハレ\"\n      }\n    }\n  ]\n```\n\n### parse_clause/1\n```elixir\niex\u003e Boinize.parse_clause(\"明日は晴れ\")\n[\n  %{\n    \"boin\" =\u003e \"イョウア\",\n    \"origin\" =\u003e [\n      %{\n        \"base\" =\u003e \"今日\",\n        \"conjugation\" =\u003e \"\",\n        \"conjugation_form\" =\u003e \"\",\n        \"id\" =\u003e 0,\n        \"pos\" =\u003e \"名詞\",\n        \"pos1\" =\u003e \"副詞可能\",\n        \"pos2\" =\u003e \"\",\n        \"pos3\" =\u003e \"\",\n        \"pronunciation\" =\u003e \"キョー\",\n        \"surface\" =\u003e \"今日\",\n        \"yomi\" =\u003e \"キョウ\"\n      },\n      %{\n        \"base\" =\u003e \"は\",\n        \"conjugation\" =\u003e \"\",\n        \"conjugation_form\" =\u003e \"\",\n        \"id\" =\u003e 1,\n        \"pos\" =\u003e \"助詞\",\n        \"pos1\" =\u003e \"係助詞\",\n        \"pos2\" =\u003e \"\",\n        \"pos3\" =\u003e \"\",\n        \"pronunciation\" =\u003e \"ワ\",\n        \"surface\" =\u003e \"は\",\n        \"yomi\" =\u003e \"ハ\"\n      }\n    ]\n  },\n  %{\n    \"boin\" =\u003e \"アエ\",\n    \"origin\" =\u003e [\n      %{\n        \"base\" =\u003e \"晴れ\",\n        \"conjugation\" =\u003e \"\",\n        \"conjugation_form\" =\u003e \"\",\n        \"id\" =\u003e 2,\n        \"pos\" =\u003e \"名詞\",\n        \"pos1\" =\u003e \"一般\",\n        \"pos2\" =\u003e \"\",\n        \"pos3\" =\u003e \"\",\n        \"pronunciation\" =\u003e \"ハレ\",\n        \"surface\" =\u003e \"晴れ\",\n        \"yomi\" =\u003e \"ハレ\"\n      }\n    ]\n  }\n]\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/boinize](https://hexdocs.pm/boinize).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk-tomoyasu%2Fboinize-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk-tomoyasu%2Fboinize-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk-tomoyasu%2Fboinize-elixir/lists"}