awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 repositorios

Awesome GitHub RepositoriesInput Method Dictionaries

External data files containing word mappings and configurations for text input engines.

Distinct from Configuration Dictionaries: Unlike general Configuration Dictionaries, these are specifically linguistic datasets for input methods.

Explore 10 awesome GitHub repositories matching data & databases · Input Method Dictionaries. Refine with filters or upvote what's useful.

Awesome Input Method Dictionaries GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • lancopku/pkuseg-pythonAvatar de lancopku

    lancopku/pkuseg-python

    6,707Ver en GitHub↗

    pkuseg-python is a Chinese word segmentation toolkit and natural language processing library. It provides specialized models for splitting Chinese text into words across various domains, including news, medical, and web content, and includes a tool for assigning grammatical parts of speech tags to segmented words. The library allows for the training of custom segmentation models using annotated datasets and supports the integration of user-defined dictionaries to ensure specialized terminology is recognized correctly. It employs a multi-threaded execution engine to process large volumes of Ch

    Implements dictionary-constrained segmentation to ensure specialized terminology is correctly recognized.

    Python
    Ver en GitHub↗6,707
  • nlpchina/ansj_segAvatar de NLPchina

    NLPchina/ansj_seg

    6,528Ver en GitHub↗

    ansj_seg is a Java NLP toolkit and segmentation library designed for processing Chinese text. It functions as a word segmenter, part-of-speech tagger, and named entity recognizer to divide continuous Chinese characters into meaningful words and tokens. The library utilizes statistical models for text segmentation and provides capabilities for identifying and extracting person names from unstructured documents. It also assigns grammatical categories to tokens to determine their linguistic roles within a sentence. The toolkit supports domain-specific text processing through the use of custom d

    Allows the injection of custom word lists into the segmentation process to handle domain-specific terminology.

    Javaansjchinesejava
    Ver en GitHub↗6,528
  • itorr/nbnhhshAvatar de itorr

    itorr/nbnhhsh

    6,259Ver en GitHub↗

    nbnhhsh is a browser extension that translates Chinese pinyin acronyms and internet slang into their full phrases. It operates entirely on the client side, using a precompiled dictionary bundled with the extension to perform lookups without server round-trips after the initial load. The project distinguishes itself through a community-driven dictionary that accepts user-submitted definitions through a review queue before merging them into the main dataset. It provides text selection lookup on any webpage, allowing users to highlight pinyin initialisms and see their expanded meanings, and can

    Accepts user-submitted translations through a review queue before merging them into the main dictionary.

    JavaScriptjavascriptuserscript
    Ver en GitHub↗6,259
  • hanmin0822/misakatranslatorAvatar de hanmin0822

    hanmin0822/MisakaTranslator

    5,712Ver en GitHub↗

    MisakaTranslator es una herramienta de traducción de juegos en tiempo real diseñada para extraer texto de juegos y manga y proporcionar traducciones automáticas a través de motores externos. Funciona como un extractor de texto utilizando tanto el enganche de memoria (memory hooking) para recuperar texto en bruto directamente de los procesos en ejecución como el reconocimiento óptico de caracteres (OCR) para convertir imágenes de texto dentro del juego en cadenas editables. La herramienta incluye un sintetizador de voz para leer diálogos y oraciones traducidas en voz alta. Para mantener la precisión, utiliza un diccionario de traducción personalizado para gestionar listas de palabras especializadas y mapeos de frases manuales para nombres de personajes y ubicaciones.

    Uses custom dictionaries and segmentation rules to protect names and locations from incorrect machine translation.

    C#comiccsharpgalgame
    Ver en GitHub↗5,712
  • mintimate/oh-my-rimeAvatar de Mintimate

    Mintimate/oh-my-rime

    4,731Ver en GitHub↗

    oh-my-rime es un framework de configuración integral y una colección de esquemas, léxicos y distribuciones optimizados para el método de entrada de chino Rime. Proporciona un sistema para personalizar comportamientos de entrada de texto, diseños de listas de candidatos y mapeos de símbolos en diferentes plataformas. El proyecto se distingue por un modelo de despliegue automatizado, utilizando una herramienta de línea de comandos y una instalación basada en recetas para aplicar paquetes de configuración a los directorios del sistema. También implementa lógica avanzada mediante scripts en Lua, permitiendo funciones como el cálculo de expresiones matemáticas, inserción de fecha y hora, y conversión de calendario solar a lunar. El framework cubre una amplia gama de capacidades, incluyendo la gestión de diccionarios con construcción de léxico personalizado, mapeo fonético para pinyin difuso y mapeo detallado de atajos de teclado para navegación y cambio de idioma. Además, incluye personalización de la interfaz de usuario para la visualización de candidatos y herramientas de sincronización de datos para mantener la consistencia entre dispositivos.

    Supports importing external word lists and adding user-defined vocabulary to expand the input dictionary.

    Luafcitx5ibusrime
    Ver en GitHub↗4,731
  • remacs/remacsAvatar de remacs

    remacs/remacs

    4,615Ver en 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

    Manages and converts linguistic datasets and word mappings for specialized text input systems.

    Emacs Lispeditoremacsrust
    Ver en GitHub↗4,615
  • rime/librimeAvatar de rime

    rime/librime

    4,211Ver en GitHub↗

    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.

    C++
    Ver en GitHub↗4,211
  • amzxyz/rime_wanxiangAvatar de amzxyz

    amzxyz/rime_wanxiang

    2,863Ver en 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

    Manages external data files and linked secondary schemas to ensure required dictionary data is loaded automatically.

    Luadictsrimerime-config
    Ver en GitHub↗2,863
  • google/mozcAvatar de google

    google/mozc

    2,833Ver en GitHub↗

    Mozc is a Japanese input method engine that converts romanized or kana keystrokes into Japanese kanji, kana, and mixed text with predictive conversion. It functions as a cross-platform input method framework, compiling the same engine into platform-specific binaries for Android, Linux, macOS, and Windows. The engine combines a dictionary-based segmentation system with a hybrid of rule-based and statistical language models to determine word boundaries and predict character sequences. A prefix-tree structure enables real-time, context-aware conversion suggestions as the user types, while a key-

    Splits typed romanized or kana input into morphemes using a precompiled dictionary for accurate conversion.

    C++
    Ver en GitHub↗2,833
  • wuhgit/custompinyindictionaryAvatar de wuhgit

    wuhgit/CustomPinyinDictionary

    2,627Ver en GitHub↗

    Imports and manages custom pinyin dictionaries for Chinese input methods on Linux and Android to improve typing accuracy.

    aurfcitxfcitx-dict
    Ver en GitHub↗2,627
  1. Home
  2. Data & Databases
  3. Input Method Dictionaries

Explorar subetiquetas

  • Custom Input Method BuildersTools 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.
  • Morpheme Segmentation Dictionaries2 sub-etiquetasPrecompiled dictionaries that split typed input into morphemes for accurate word boundary detection. **Distinct from Input Method Dictionaries:** Distinct from Input Method Dictionaries: focuses on morpheme segmentation for word boundary detection, not general word mappings.
  • Streaming Input DictionariesDictionaries keyed by feature name that represent individual observations in a streaming machine learning pipeline. **Distinct from Input Method Dictionaries:** Distinct from Input Method Dictionaries: used for representing ML observations with named features, not for text input engines.