awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
wuhgit avatar

wuhgit/CustomPinyinDictionary

0
View on GitHub↗
2,627 星标·55 分支·5 次浏览

CustomPinyinDictionary

Features

  • Input Method Dictionaries - Imports and manages custom pinyin dictionaries for Chinese input methods on Linux and Android to improve typing accuracy.
  • Pinyin Dictionary Imports - Imports user-provided pinyin dictionary files into input methods on Linux or Android to expand typing vocabulary.
  • Android Dictionary Installers - Installs curated or custom pinyin dictionary files into Android input methods via Magisk or KernelSU modules.
  • Android Module Lifecycle Operations - Manages the full lifecycle of pinyin dictionary modules on Android with multi-user support.
  • KernelSU Dictionary Installations - Installs a curated Chinese pinyin dictionary as a KernelSU module for immediate use without rebooting.
  • Magisk Module Installations - Provides a Magisk module to install a curated pinyin dictionary systemlessly on Android.
  • Dictionary Module Installations - Installs pinyin dictionaries as Magisk or KernelSU modules for system-level integration on Android without requiring a device reboot.
  • Dictionary Module Installations - Ships a Magisk or KernelSU module for system-level pinyin dictionary installation on Android.
  • Dictionary Module Packages - Packages dictionary data as a Magisk-compatible module with standardized structure for systemless installation.
  • Input Method Dictionary Modules - Provides a system-level Magisk or KernelSU module that deploys pinyin dictionary data across Android user profiles.
  • Systemless Dictionary Deployments - Deploys pinyin dictionary files systemlessly on Android using Magisk or KernelSU without requiring a device reboot.
  • Input Method Module Integrations - Installs dictionary data as a system-level module that integrates with the input method framework without modifying core system files.
  • KernelSU Module Installations - Supports installation via KernelSU's module system for dictionary updates on rooted Android devices.
  • Dictionary Profile Synchronizations - Shares installed dictionary data across Android user profiles by symlinking or copying files to each user's input method directory.
  • Dictionary Module Lifecycles - Upgrades or removes installed pinyin dictionary modules on Android through the module manager's check-and-install flow.
  • Android User Profile Synchronizations - Shares installed pinyin dictionary data across multiple Android user profiles.
  • Cross-Profile Dictionary Synchronizations - Shares installed pinyin dictionary data across multiple Android user profiles for consistent word list access.
  • Multi-Profile Dictionary Synchronizations - Shares installed pinyin dictionary data across multiple Android user profiles so each user can access the same word list.
  • System Module Reloaders - Activates or updates dictionary modules immediately without requiring a device reboot by triggering the module manager's live reload mechanism.

Star 历史

wuhgit/custompinyindictionary 的 Star 历史图表wuhgit/custompinyindictionary 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

wuhgit/custompinyindictionary 的主要功能有哪些?

wuhgit/custompinyindictionary 的主要功能包括:Input Method Dictionaries, Pinyin Dictionary Imports, Android Dictionary Installers, Android Module Lifecycle Operations, KernelSU Dictionary Installations, Magisk Module Installations, Dictionary Module Installations, Dictionary Module Packages。

wuhgit/custompinyindictionary 有哪些开源替代品?

wuhgit/custompinyindictionary 的开源替代品包括: amzxyz/rime_wanxiang — This project is a CJK input method framework and configuration set designed for the Rime input engine. It provides a… mintimate/oh-my-rime — oh-my-rime is a comprehensive configuration framework and collection of optimized schemes, lexicons, and layouts for… remacs/remacs — Remacs is a rewrite of the Emacs text editor implemented in Rust. It is a programmable and extensible text editor… mozillazg/python-pinyin — python-pinyin is a Python library for transliterating simplified and traditional Chinese characters into phonetic… fireeye/flare-vm — Flare-VM is a collection of scripts and an orchestrator designed to automate the installation and configuration of a… jrsoftware/issrc — Inno Setup is an open-source script-driven installer generator for Windows. It transforms a plain-text script—written…

CustomPinyinDictionary 的开源替代方案

相似的开源项目,按与 CustomPinyinDictionary 的功能重合度排序。
  • amzxyz/rime_wanxiangamzxyz 的头像

    amzxyz/rime_wanxiang

    2,863在 GitHub 上查看↗

    This project is a CJK input method framework and configuration set designed for the Rime input engine. It provides a comprehensive system of schemas and dictionary packs to optimize Chinese character entry through pinyin and double-pinyin workflows. The framework is distinguished by its use of Lua-powered extensions that add dynamic utilities, such as inline mathematical calculators, automated timestamps, and text formatting, directly to the input interface. It also features refined word libraries and language models specifically tuned to improve prediction accuracy and first-choice hit rates

    Luadictsrimerime-config
    在 GitHub 上查看↗2,863
  • mintimate/oh-my-rimeMintimate 的头像

    Mintimate/oh-my-rime

    4,731在 GitHub 上查看↗

    oh-my-rime is a comprehensive configuration framework and collection of optimized schemes, lexicons, and layouts for the Rime Chinese input method. It provides a system for customizing text entry behaviors, candidate list layouts, and symbol mappings across different platforms. The project distinguishes itself through an automated deployment model, utilizing a command-line tool and recipe-driven installation to apply configuration packages to system directories. It also implements advanced logic via Lua scripting, enabling features such as mathematical expression calculation, date and time in

    Luafcitx5ibusrime
    在 GitHub 上查看↗4,731
  • remacs/remacsremacs 的头像

    remacs/remacs

    4,615在 GitHub 上查看↗

    Remacs is a rewrite of the Emacs text editor implemented in Rust. It is a programmable and extensible text editor designed for improved memory safety and execution performance. The project includes a native interface that maps C library functions and structures into Rust to execute native logic. It uses native system APIs for cross-platform graphical interface rendering. The editor provides real-time text editing and supports the development of custom input methods and language dictionaries. The development process utilizes a containerized environment to ensure consistent build dependencies

    Emacs Lispeditoremacsrust
    在 GitHub 上查看↗4,615
  • mozillazg/python-pinyinmozillazg 的头像

    mozillazg/python-pinyin

    5,325在 GitHub 上查看↗

    python-pinyin is a Python library for transliterating simplified and traditional Chinese characters into phonetic pinyin. It functions as a transliteration system that converts text while supporting tone sandhi and providing utilities to transform pinyin between different formats, such as numeric tones, accent marks, or phonetic initials. The library features a polyphonic character resolver that analyzes surrounding word context to select the correct pronunciation for characters with multiple sounds. It also includes a customizable dictionary system that allows the extension of default transl

    Pythonchinesehanzihanzi-pinyin
    在 GitHub 上查看↗5,325
  • 查看 CustomPinyinDictionary 的所有 29 个替代方案→