{"id":18040616,"url":"https://github.com/overflowcat/libre-flypy","last_synced_at":"2025-04-09T16:44:53.688Z","repository":{"id":178705613,"uuid":"529916956","full_name":"OverflowCat/libre-flypy","owner":"OverflowCat","description":"自由的小鹤音形码表实现","archived":false,"fork":false,"pushed_at":"2023-07-06T23:12:29.000Z","size":62,"stargazers_count":27,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T00:45:32.250Z","etag":null,"topics":["flypy"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OverflowCat.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-28T16:28:23.000Z","updated_at":"2025-02-18T04:43:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"e2c28212-6ca2-4123-bbd6-83ad46776993","html_url":"https://github.com/OverflowCat/libre-flypy","commit_stats":null,"previous_names":["overflowcat/libre-flypy"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OverflowCat%2Flibre-flypy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OverflowCat%2Flibre-flypy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OverflowCat%2Flibre-flypy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OverflowCat%2Flibre-flypy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OverflowCat","download_url":"https://codeload.github.com/OverflowCat/libre-flypy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248069991,"owners_count":21042745,"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":["flypy"],"created_at":"2024-10-30T15:07:11.254Z","updated_at":"2025-04-09T16:44:53.673Z","avatar_url":"https://github.com/OverflowCat.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libre-flypy\r\n\r\n自由小鹤是一个自由的小鹤音形码表实现，旨在通过代码基于开源的数据上生成一套小鹤音形码表，并补全 Unicode 中存在但小鹤音形未编码的汉字。\r\n\r\n\r\n目前表内形码的正确性为 **7900 / 8106 (97.46%)** 字，全码的正确性为 **7888 / 8106 (97.31%)** 字，输出共计 **52721** 个编码。\r\n\r\n目前表内全码错误或缺失的字：\r\n\r\n```\r\n匕几九力又于才寸大丈与万口巾及尸卫女丰井夫无丐木五不尤车巨屯中内水见午牛手毛壬升长月氏丹方火斗丑书玉未末世本戊平东北业目且甲申电由史央皿凹生矢失乍丘乎甩印乐册永民弗出发母耳吏西夹夷曲朱廷乔臼舟兆争亥充米农严求甫更束两尬来肖串我身龟免弃武丧事妻果制垂秉所夜单肃承陋函柬面骨幽钙卸养逆乘旅兼继曹雀兜象毫断寇惠鼎鹉尴毁颖毅疆乜廿卅夬爿毋耒尥曳聿艮丞卣沔臾亟眄禺鸩釜蚩堇啬颍彀嗯嵊滏榖臧廛畿縠墼羲豳篾卬𠙶毌㧑尪伭卺叚郪隺烝庳堾堼棤黹颋䐃𬭚漦酂彟\r\n```\r\n\r\n## 使用\r\n\r\n可以在 Release 页面下载构建好的码表。\r\n\r\n## 开发\r\n\r\n阁下需要安装有 stable 版本的 Rust 工具链。\r\n\r\n码表需要手动构建生成，本仓库中不包含构建产物。\r\n\r\n本项目形码基于 [表意文字描述序列](https://zh.wikipedia.org/wiki/%E8%A1%A8%E6%84%8F%E6%96%87%E5%AD%97%E6%8F%8F%E8%BF%B0%E5%AD%97%E7%AC%A6) 拆字。克隆本仓库后，阁下需要 git clone [yi-bai/ids](https://github.com/yi-bai/ids) 到仓库中的 ids 文件夹。或者，将该仓库中的 [`ids_lv2.txt`](https://github.com/yi-bai/ids/blob/main/ids_lv2.txt) 复制到 `ids` 文件夹中。\r\n\r\n同时，拼音数据来源于 [mozillazg/pinyin-data](https://github.com/mozillazg/pinyin-data)，克隆本仓库后，阁下需要 git clone 该仓库至 `pinyin-data` 文件夹中。或者，将该仓库中的 [`pinyin.txt`](https://github.com/mozillazg/pinyin-data/blob/master/pinyin.txt) 复制到 `pinyin-data` 文件夹中。\r\n\r\n运行 `cargo run --release` 即可构建码表。构建完成后，码表将位于 `output.txt` 中。\r\n\r\n## 测试\r\n\r\n阁下需要安装有 Python 3.10+。\r\n\r\n为验证表内字的编码正确性，本项目提供了一个测试工具。运行 `python rate.py` 即可运行测试。测试结果将输出到终端中。\r\n\r\n## 贡献\r\n\r\n本项目虽然力求与官方码表保持一致，但不保证生成的码表的完全正确。\r\n\r\n不过，欢迎提交 PR 以增添新字或修正错码。如果想修复错误的形码，最好的方式是在 [my_ids.txt](./my_ids.txt) 中添加符合笔顺和拆字方式的表意文字描述序列。\r\n\r\n## 协议\r\n\r\n本项目代码使用 [AGPL](LICENSE) 协议，构建的码表释出到[公有领域](https://creativecommons.org/publicdomain/zero/1.0/deed.zh)。\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foverflowcat%2Flibre-flypy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foverflowcat%2Flibre-flypy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foverflowcat%2Flibre-flypy/lists"}