awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesCompact Lookup Tables

Data structures optimized for minimal memory footprint when storing character mappings.

Distinct from Memory-Optimized Storage: Optimizes simple character-to-pinyin tables rather than high-dimensional vector embeddings.

Explore 1 awesome GitHub repository matching data & databases · Compact Lookup Tables. Refine with filters or upvote what's useful.

Awesome Compact Lookup Tables GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • promeg/tinypinyinالصورة الرمزية لـ promeG

    promeG/TinyPinyin

    3,943عرض على GitHub↗

    TinyPinyin is a Java and Android compatible library used for converting Chinese characters into Pinyin phonetic representations. It provides utilities for Chinese character detection to identify whether text belongs to the Chinese writing system. The library includes a polyphonic character resolver that determines the correct pronunciation for characters with multiple sounds through contextual analysis. It is designed for low memory usage on mobile devices.

    Stores mapping data in a compact format to minimize memory usage on Android devices.

    Javacharacterjava-androidpinyin
    عرض على GitHub↗3,943
  1. Home
  2. Data & Databases
  3. Vector Memory Stores
  4. Memory-Optimized Storage
  5. Compact Lookup Tables