add pause to punctuation

This commit is contained in:
chrys
2016-10-18 11:27:26 +02:00
parent b36d19ca78
commit bf7598723a
3 changed files with 15 additions and 9 deletions

View File

@ -8,19 +8,20 @@ some:===:.-$~+*-/\\@
most:===:.,:-$~+*-/\\@!#%^&*()[]}{<>;
all:===:!"#$%&\'()*+,-./:;<=>?@[\\]^_`{|}~
# the punctuation char in some cases are append to the words because they create a pause in TTS, the behaviour may differ between the synthesers
[punctDict]
&:===:and
':===:apostrophe
@:===:at
\:===:backslash
|:===:bar
!:===:bang
!:===:bang!
^:===:carrot
::===:colon
,:===:comma
::===:colon:
,:===:comma,
-:===:dash
$:===:dollar
.:===:dot
.:===:dot.
>:===:greater
`:===:grave
#:===:hash
@ -30,12 +31,12 @@ $:===:dollar
<:===:less
%:===:percent
+:===:plus
?:===:question
?:===:question?
":===:quote
):===:right paren
}:===:right brace
]:===:right bracket
;:===:semicolon
;:===:semicolon;
/:===:slash
*:===:star
~:===:tilde