Phonetic Component Mapping for Accurate Similarity in Complex Languages

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing phonetic similarity algorithms, such as Soundex and Double Metaphone, are inadequate for languages with multiple phonetic components, as they ignore vowels and tones, leading to incorrect assignments of words with dissimilar pronunciations and failure to capture true near-homonyms in languages like Chinese.

Innovation Solution

A computer-implemented method that uses phonetic component mapping tables to assign phonetic values to identified components of words, calculating phonetic distances and similarities based on these values, allowing for accurate ranking of candidate words with similar pronunciations in languages like Chinese, which considers initials, finals, and tones.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If existing phonetic algorithms (Soundex, Double Metaphone) are used, then processing simplicity is maintained, but phonetic similarity accuracy deteriorates for languages with multiple phonetic components

Engineering Contradiction:
Improvephonetic similarity accuracyVSAvoidalgorithm complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the phonetic representation into multiple distinct components (initial, final, tone) rather than treating it as a single unit. This segmentation allows each component to be encoded and compared independently, improving phonetic similarity accuracy for languages like Chinese while maintaining manageable algorithmic complexity through modular processing.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transitions from one-dimensional phonetic encoding (single string) to multi-dimensional encoding by introducing separate dimensions for initial, final, and tone components. This dimensional expansion enables more nuanced phonetic comparison, capturing subtle pronunciation differences that single-dimensional algorithms miss.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Measurement precision

If phonetic components are ignored (as in Soundex and Double Metaphone), then processing speed is improved, but phonetic distinction capability deteriorates

Engineering Contradiction:
Improvephonetic distinction capabilityVSAvoidprocessing speed
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

By segmenting phonetic information into distinct components (initial, final, tone), the algorithm can process each component separately and efficiently. This segmentation enables selective comparison of only the relevant phonetic features, maintaining high phonetic distinction capability while optimizing processing speed through targeted rather than exhaustive analysis.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent changes the parameters being measured from a single phonetic string to multiple discrete phonetic parameters (initial, final, tone). This parameter transformation allows for more precise phonetic distinction by capturing variations in each parameter independently, while the structured parameter approach enables efficient computational processing.

Inventive Principle:
Principle #35Parameter changes

3Adaptability or versatility

If vowels and tones are ignored in phonetic encoding, then algorithm simplicity is maintained, but language adaptability deteriorates for non-Indo-European languages

Engineering Contradiction:
Improvelanguage adaptabilityVSAvoidalgorithm complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent creates a universal phonetic encoding framework that can handle multiple language types by incorporating optional components. The initial, final, and tone components can be applied to different languages based on their phonetic structures, making the algorithm versatile for both Indo-European and non-Indo-European languages while maintaining a consistent underlying approach.

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

Solution Approach 2:

The segmented phonetic model allows each language to utilize only the components relevant to its structure. Languages with tones can incorporate tone components, while languages without tones can omit them. This selective component usage enhances language adaptability without requiring completely different algorithms for each language family.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS10811003B2Language phonetic processing based on fine-grained mapping of phonetic components
Publication Date: 2020.10.20 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US10811003B2 patent drawing
  • US10811003B2 patent drawing
  • US10811003B2 patent drawing

AI summary

In one embodiment, a computer-implemented method includes obtaining a pronunciation of a first word of a particular language and identifying a phonetic component of the pronunciation. The method includes obtaining a phonetic component mapping table for the type of phonetic component identified in the pronunciation of the first word and assigning a phonetic value to the identified phonetic component using the phonetic component mapping table. For a second word, the method includes obtaining a pronunciation of a second word, identifying a phonetic component of the pronunciation, and assigning a phonetic value to the identified phonetic component. In addition, the method includes calculating a phonetic distance between the identified phonetic component of the first word and the identified phonetic component of the second word, using the assigned phonetic values of the respective identified phonetic components of the first word second word, and storing the calculated phonetic distance in a file.