add pause to punctuation
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user