RHE Chinese Storage Format for Pronunciation-Aware Conversion

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing Chinese language processing systems fail to accurately represent pronunciation and face challenges with simplified and traditional character conversions, multiple pronunciations, and context-dependent pronunciations, leading to readability issues and conversion errors.

Innovation Solution

A storage format called Readable Hanyu Expression (RHE) that represents each Chinese word as Syllable+Tone+Mark, using Pinyin for pronunciation and a unique Mark to differentiate characters, along with mapping tables to convert between simplified and traditional characters.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of information

If Chinese characters are encoded using traditional coding systems (GB2312, GB 18030, BIG5, Unicode), then computers can recognize and display Chinese characters, but the coding system does not represent pronunciation information, making it difficult to read and pronounce rare characters

Engineering Contradiction:
Improveprinciple of information lossVSAvoidease of reading and pronouncing characters
Core Design Contradiction:
Loss of informationVSEase of operation

Solution Approach 1:

The patent segments the Chinese character representation into multiple independent components: character form (using traditional coding systems), pronunciation (using Pinyin), and tone (using numerical indicators). This segmentation allows each component to serve its specific function independently, with the pronunciation component providing phonetic information that aids reading and pronunciation of rare characters.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an intermediary layer between the traditional character encoding system and the user interface. This intermediary layer includes pronunciation annotations (Pinyin) and tone indicators that mediate between the abstract character codes and the user's need to read and pronounce characters, especially rare ones.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If simplified and traditional Chinese characters are handled separately with different coding systems, then character encoding can be standardized, but conversion between simplified and traditional characters becomes complex and error-prone

Engineering Contradiction:
Improvereliability of character encodingVSAvoidcomplexity of character conversion
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent creates a universal character representation system that can handle both simplified and traditional Chinese characters through a single unified structure. The character form component can represent either simplified or traditional characters, and the same pronunciation and tone components apply to both versions, eliminating the need for separate handling and reducing conversion complexity.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The patent uses parameter changes to represent different character forms. By changing the character form parameter while keeping the pronunciation and tone parameters constant, the system can switch between simplified and traditional characters without requiring complex conversion logic, as the other parameters remain unchanged.

Inventive Principle:
Principle #35Parameter changes

3Device complexity

If multiple Chinese characters with the same pronunciation are represented with the same code, then encoding is simplified, but it becomes impossible to distinguish between different characters with identical pronunciations

Engineering Contradiction:
Improvesimplicity of encodingVSAvoidprecision of character identification
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The patent segments the character identification into multiple components: character form (for visual distinction), pronunciation (for phonetic information), and tone (for phonological information). This segmentation allows the system to distinguish between multiple characters with the same pronunciation by using the character form component, while maintaining simple encoding through the modular structure.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies local quality by making the character form component distinguishable while keeping the pronunciation and tone components uniform for characters with the same pronunciation. This allows precise character identification where needed (in the character form component) while maintaining encoding simplicity in other components.

Inventive Principle:
Principle #3Local quality

4Device complexity

If context-dependent pronunciations are not represented in the storage format, then the storage system remains simple, but it cannot accurately represent the correct pronunciation of characters in different contexts

Engineering Contradiction:
Improvesimplicity of storage formatVSAvoidaccuracy of pronunciation representation
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The patent introduces dynamic elements to the storage format through tone indicators that can vary based on context. The tone component can change depending on the character's position in a word or phrase, allowing the system to represent context-dependent pronunciations accurately while maintaining a relatively simple overall storage structure through the modular component design.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS12437146B2Storage format for Chinese language and related processing method and apparatus
Publication Date: 2025.10.07 YANG MINGWEI
  • US12437146B2 patent drawing
  • US12437146B2 patent drawing
  • US12437146B2 patent drawing

AI summary

A storage format of Chinese language (“Readable Hanyu Expression” or “RHE”) and the related processing methods and systems. Unlike current Chinese processing methods which directly code Chinese characters into fonts for display, RHE takes an indirect approach by storing Chinese language in the RHE storage format that can be mapped to several display forms including simplified and traditional Chinese characters, Hanyu Pinyin, etc. In the RHE storage format, each Chinese word is stored as an RHE storage element having the format (Syllable+Tone)n+Mark, where n is the number of syllables (Chinese characters) in the word, Syllable represents the pronunciation (without the tone) of the character, Tone represents the tone of the pronunciation, and Mark is a value that differentiates different words having the same pronunciations and tones. Various mapping tables are used to map RHE storage elements to standard Chinese character codes (such as Unicode) and Pinyin expressions.