2 مستودعات
Tools for defining phonetic mappings, dictionaries, and grammar rules in YAML to create new input method schemes.
Distinct from Input Method Dictionaries: Distinct from Input Method Dictionaries: focuses on the process of building custom schemes from scratch rather than using pre-existing dictionary data.
Explore 2 awesome GitHub repositories matching data & databases · Custom Input Method Builders. Refine with filters or upvote what's useful.
Remacs هو إعادة كتابة لمحرر النصوص Emacs تم تنفيذه بلغة Rust. إنه محرر نصوص قابل للبرمجة والتوسيع مصمم لتحسين أمان الذاكرة وأداء التنفيذ. يتضمن المشروع واجهة أصلية تقوم بتعيين وظائف وهياكل مكتبة C إلى Rust لتنفيذ المنطق الأصلي. يستخدم واجهات برمجة تطبيقات النظام الأصلية لعرض الواجهة الرسومية عبر الأنظمة الأساسية. يوفر المحرر تحرير النصوص في الوقت الفعلي ويدعم تطوير طرق إدخال مخصصة وقواميس لغة. تستخدم عملية التطوير بيئة حاوية لضمان تبعيات بناء وسلاسل أدوات متسقة.
Allows the creation of custom input method schemes by defining phonetic mappings and linguistic dictionaries.
Librime is an input method engine library that translates keystrokes into Chinese characters using phonetic and shape-based rules defined in YAML schemas. It processes keyboard input through a modular pipeline of configurable translation modules, supporting both phonetic mapping and structural shape-based decomposition methods like Cangjie or Wubi. The engine distinguishes itself through its YAML-driven schema system, which allows users to define custom input method behaviors and key mappings in external configuration files without recompiling the engine. It supports runtime switching between
Enables users to design custom input methods by composing phonetic and shape-based rules in YAML files.