Fixing Errors of the Google Voice Recognizer through Phonetic Distance Metrics

02/18/2021
by   Diego Campos-Sobrino, et al.
0

Speech recognition systems for the Spanish language, such as Google's, produce errors quite frequently when used in applications of a specific domain. These errors mostly occur when recognizing words new to the recognizer's language model or ad hoc to the domain. This article presents an algorithm that uses Levenshtein distance on phonemes to reduce the speech recognizer's errors. The preliminary results show that it is possible to correct the recognizer's errors significantly by using this metric and using a dictionary of specific phrases from the domain of the application. Despite being designed for particular domains, the algorithm proposed here is of general application. The phrases that must be recognized can be explicitly defined for each application, without the algorithm having to be modified. It is enough to indicate to the algorithm the set of sentences on which it must work. The algorithm's complexity is O(tn), where t is the number of words in the transcript to be corrected, and n is the number of phrases specific to the domain.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
02/23/2021

Evolutionary optimization of contexts for phonetic correction in speech recognition systems

Automatic Speech Recognition (ASR) is an area of growing academic and co...
research
03/27/2019

Automatic Spelling Correction with Transformer for CTC-based End-to-End Speech Recognition

Connectionist Temporal Classification (CTC) based end-to-end speech reco...
research
05/22/2011

Correction of Noisy Sentences using a Monolingual Corpus

Correction of Noisy Natural Language Text is an important and well studi...
research
09/10/2023

Debugging Trait Errors as Logic Programs

Rust uses traits to define units of shared behavior. Trait constraints b...
research
02/12/2021

Hybrid phonetic-neural model for correction in speech recognition systems

Automatic speech recognition (ASR) is a relevant area in multiple settin...
research
11/29/2022

Better Transcription of UK Supreme Court Hearings

Transcription of legal proceedings is very important to enable access to...
research
11/25/2016

Kannada Spell Checker with Sandhi Splitter

Spelling errors are introduced in text either during typing, or when the...

Please sign up or login with your details

Forgot password? Click here to reset