{"id":48484103,"url":"https://github.com/togatoga/karukan","last_synced_at":"2026-04-07T09:03:42.008Z","repository":{"id":340368729,"uuid":"840918816","full_name":"togatoga/karukan","owner":"togatoga","description":"Japanese Input Method System for Linux, Neural Kana-Kanji Conversion Engine + fcitx5 IME","archived":false,"fork":false,"pushed_at":"2026-02-24T14:21:37.000Z","size":2247,"stargazers_count":125,"open_issues_count":4,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-24T18:38:56.905Z","etag":null,"topics":["fcitx5","ime","inputmethod","inputmethodkit","japanese","linux","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/togatoga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-11T05:01:06.000Z","updated_at":"2026-02-24T16:56:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/togatoga/karukan","commit_stats":null,"previous_names":["togatoga/karukan"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/togatoga/karukan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/togatoga%2Fkarukan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/togatoga%2Fkarukan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/togatoga%2Fkarukan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/togatoga%2Fkarukan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/togatoga","download_url":"https://codeload.github.com/togatoga/karukan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/togatoga%2Fkarukan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31506596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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":["fcitx5","ime","inputmethod","inputmethodkit","japanese","linux","rust"],"created_at":"2026-04-07T09:03:41.947Z","updated_at":"2026-04-07T09:03:42.001Z","avatar_url":"https://github.com/togatoga.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"icon.png\" width=\"128\" alt=\"karukan\" /\u003e\n  \u003ch1\u003eKarukan\u003c/h1\u003e\n  \u003cp\u003eLinux向け日本語入力システム — ニューラルかな漢字変換エンジン + fcitx5\u003c/p\u003e\n\n  [![CI (engine)](https://github.com/togatoga/karukan/actions/workflows/karukan-engine-ci.yml/badge.svg)](https://github.com/togatoga/karukan/actions/workflows/karukan-engine-ci.yml)\n  [![CI (im)](https://github.com/togatoga/karukan/actions/workflows/karukan-im-ci.yml/badge.svg)](https://github.com/togatoga/karukan/actions/workflows/karukan-im-ci.yml)\n  [![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue.svg)](LICENSE-MIT)\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"images/demo.gif\" width=\"800\" alt=\"karukan demo\" /\u003e\n\u003c/div\u003e\n\n## プロジェクト構成\n\n| クレート | 説明 |\n|---------|------|\n| [karukan-im](karukan-im/) | karukan-engineを利用したfcitx5向け日本語入力システム |\n| [karukan-engine](karukan-engine/) | コアライブラリ — ローマ字→ひらがな変換 + llama.cppによるニューラルかな漢字変換 |\n| [karukan-cli](karukan-cli/) | CLIツール・サーバー — 辞書ビルド、Sudachi辞書生成、辞書ビューア、AJIMEE-Bench、HTTPサーバー |\n\n## 特徴\n\n- **ニューラルかな漢字変換**: GPT-2ベースのモデルをllama.cppで推論し、高度な日本語変換\n- **コンテキスト対応**: 周辺テキストを考慮した日本語変換\n- **変換学習**: ユーザーが選択した変換結果を記憶し、次回以降の変換で優先表示。予測変換（前方一致）にも対応し、入力途中でも学習済みの候補を提示\n- **システム辞書**: [SudachiDict](https://github.com/WorksApplications/SudachiDict)の辞書データからシステム辞書を構築\n\n\u003e **Note:** 初回起動時にHugging Faceからモデルをダウンロードするため、初回の変換開始までに時間がかかります。2回目以降はダウンロード済みのモデルが使用されます。\n\n## インストール\n\nインストール方法は [karukan-im の README](karukan-im/README.md#install) を参照してください。\n\n## ライセンス\n\nMIT OR Apache-2.0 のデュアルライセンスで提供しています。\n\n- [MIT License](LICENSE-MIT)\n- [Apache License 2.0](LICENSE-APACHE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftogatoga%2Fkarukan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftogatoga%2Fkarukan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftogatoga%2Fkarukan/lists"}