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

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

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

3 مستودعات

Awesome GitHub RepositoriesUnicode Normalizers

Tools for standardizing UTF-8 text through character decomposition, accent stripping, and canonical forms.

Distinct from Automatic UTF-8: None of the candidates cover general Unicode normalization (NFD) or accent stripping; they focus on encoding/decoding or speech-specific rules

Explore 3 awesome GitHub repositories matching software engineering & architecture · Unicode Normalizers. Refine with filters or upvote what's useful.

Awesome Unicode Normalizers GitHub Repositories

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

    openvenues/libpostal

    4,819عرض على GitHub↗

    Libpostal هي مكتبة C مصممة لتحليل وتطبيع العناوين الدولية. تستخدم معالجة اللغات الطبيعية (NLP) الإحصائية ومصنف لغات لتفكيك سلاسل العناوين العالمية غير المهيكلة إلى مكونات منظمة، وتوحيد عناوين الشوارع من خلال توسيع الاختصارات وحل اختلافات التسمية الإقليمية عبر لغات متعددة. يوفر المشروع أدوات لتحويل النصوص (Transliteration)، وتحويل النصوص المختلفة إلى صيغ Latin-ASCII أو NFD موحدة. كما يتضمن قدرات لإزالة تكرار العناوين، باستخدام مطابقة تقريبية متماثلة لتحديد ما إذا كانت سجلات العناوين المختلفة تشير إلى نفس الموقع الفعلي. تغطي المكتبة احتياجات معالجة النصوص الأوسع مثل تطبيع UTF-8 وتحويل الأرقام المكتوبة والأرقام الرومانية إلى تمثيلات رقمية قياسية. وتسمح بإضافات للتعرف على العناوين من خلال ملفات تهيئة خارجية لإضافة لغات ومرادفات جديدة.

    Standardizes text by decomposing characters to NFD form and stripping accent marks.

    C
    عرض على GitHub↗4,819
  • luminosoinsight/python-ftfyالصورة الرمزية لـ LuminosoInsight

    LuminosoInsight/python-ftfy

    4,043عرض على GitHub↗

    python-ftfy is a Unicode text repair library designed to fix mojibake and encoding glitches. It provides utilities for byte encoding detection, HTML entity decoding, and the recovery of corrupted text to restore it to its intended Unicode form. The project distinguishes itself through a multi-layered decoding pipeline that identifies and reverts complex encoding mix-ups. It uses heuristic-based detection to resolve instances where text was decoded using the wrong codec across multiple layers of corruption, and it can handle non-standard UTF-8 variants and sloppy encoding mappings. The librar

    Provides a utility for standardizing line breaks, character widths, and control characters for consistent display.

    Python
    عرض على GitHub↗4,043
  • rspeer/python-ftfyالصورة الرمزية لـ rspeer

    rspeer/python-ftfy

    4,043عرض على GitHub↗

    This project is a Unicode text repair tool and mojibake correction library designed to fix encoding glitches and restore original characters from mangled strings. It functions as a text encoding detector and a Unicode normalization tool to resolve issues where text has been incorrectly decoded. The library specializes in reversing multi-layered encoding errors and repairing complex mojibake patterns. It includes capabilities for detecting lossy encoding sequences, guessing byte encodings, and decoding non-standard UTF-8 variants. The toolset covers a broad range of text cleaning and normaliz

    Standardizes UTF-8 text through character decomposition, width normalization, and resolving Latin ligatures.

    Python
    عرض على GitHub↗4,043
  1. Home
  2. Software Engineering & Architecture
  3. Unicode Normalizers