awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesDictionary-Based Normalizations

Using pre-computed dictionaries to resolve synonyms and abbreviations within text strings.

Distinct from Model and Lookup Table Pre-Loading: Closest candidates were for color mapping or model pre-loading; this is specifically for token-to-token synonym resolution in text.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Dictionary-Based Normalizations. Refine with filters or upvote what's useful.

Awesome Dictionary-Based Normalizations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • openvenues/libpostalopenvenues का अवतार

    openvenues/libpostal

    4,819GitHub पर देखें↗

    Libpostal is a C library designed for international address parsing and normalization. It utilizes statistical NLP and a language classifier to decompose unstructured global address strings into structured components and standardize street addresses by expanding abbreviations and resolving regional naming variations across multiple languages. The project provides tools for text transliteration, converting various scripts into standardized Latin-ASCII or NFD forms. It also includes capabilities for address deduplication, using symmetric fuzzy matching to identify whether different address reco

    Resolves address abbreviations and synonyms by matching tokens against large pre-computed dictionaries.

    C
    GitHub पर देखें↗4,819
  • promeg/tinypinyinpromeG का अवतार

    promeG/TinyPinyin

    3,943GitHub पर देखें↗

    TinyPinyin चीनी अक्षरों को Pinyin ध्वन्यात्मक अभ्यावेदन (phonetic representations) में बदलने के लिए उपयोग की जाने वाली एक Java और Android संगत लाइब्रेरी है। यह यह पहचानने के लिए चीनी चरित्र पहचान यूटिलिटीज प्रदान करती है कि क्या टेक्स्ट चीनी लेखन प्रणाली का है। इस लाइब्रेरी में एक पॉलीफोनिक कैरेक्टर रिज़ॉल्वर शामिल है जो प्रासंगिक विश्लेषण के माध्यम से कई ध्वनियों वाले अक्षरों के लिए सही उच्चारण निर्धारित करता है। इसे मोबाइल डिवाइसेस पर कम मेमोरी उपयोग के लिए डिज़ाइन किया गया है।

    Uses a pre-defined data table to map Chinese characters to their corresponding Pinyin sounds.

    Javacharacterjava-androidpinyin
    GitHub पर देखें↗3,943
  1. Home
  2. Software Engineering & Architecture
  3. Dictionary-Based Normalizations

सब-टैग एक्सप्लोर करें

  • Phonetic MappingsDictionaries specifically mapping characters to their phonetic pronunciations. **Distinct from Dictionary-Based Normalizations:** Focuses on phonetic sound mapping rather than synonym or abbreviation normalization.