From fa8760705c3685a31a119c58b348364410433952 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Tue, 30 Oct 2018 09:39:02 -0400 Subject: speech: additional correction rules for acronyms etc. Taken from Igor Poretsky's tree. Change-Id: I339c3524916aebb71b6f81727c60ea1c7324e5eb --- tools/voice-corrections.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tools/voice-corrections.txt b/tools/voice-corrections.txt index a2a5f559c3..cc8aa308a6 100644 --- a/tools/voice-corrections.txt +++ b/tools/voice-corrections.txt @@ -19,10 +19,26 @@ Empty lines and lines starting with a whitespace are ignored, for all other lines the first character will become the separator. + + Russian + +/russian/.*/.*/USB/Ю Эс Би/g +/russian/.*/.*/VBR/Ви Би Ар/g +/russian/.*/.*/ПДУ/П Д У/g +/russian/.*/.*/ЖКД/Ж Ка Д/g + + General for all engines and languages /.*/.*/.*/USB/U S B/g +/.*/.*/.*/LCD/L C D/g +/.*/.*/.*/VBR/V B R/g +/.*/.*/.*/FPS/F P S/g +/.*/.*/.*/RWPS/R W P S/g +/.*/.*/.*/WPS/W P S/g /.*/.*/.*/ID3/I D 3/g +/.*/.*/.*/last\.fm/Last F M/ig + English /english/(sapi|festival)/.*/plugin(s?)/plug-in$1/ig /english/festival/.*/\ba\b/ay/ig -- cgit v1.2.3