2 रिपॉजिटरी
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.
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.
TinyPinyin चीनी अक्षरों को Pinyin ध्वन्यात्मक अभ्यावेदन (phonetic representations) में बदलने के लिए उपयोग की जाने वाली एक Java और Android संगत लाइब्रेरी है। यह यह पहचानने के लिए चीनी चरित्र पहचान यूटिलिटीज प्रदान करती है कि क्या टेक्स्ट चीनी लेखन प्रणाली का है। इस लाइब्रेरी में एक पॉलीफोनिक कैरेक्टर रिज़ॉल्वर शामिल है जो प्रासंगिक विश्लेषण के माध्यम से कई ध्वनियों वाले अक्षरों के लिए सही उच्चारण निर्धारित करता है। इसे मोबाइल डिवाइसेस पर कम मेमोरी उपयोग के लिए डिज़ाइन किया गया है।
Uses a pre-defined data table to map Chinese characters to their corresponding Pinyin sounds.