We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b265f4 commit c0efb5fCopy full SHA for c0efb5f
addon/synthDrivers/ibmeci.py
@@ -67,7 +67,7 @@
67
re.compile(br"([a-z]+)\s+(\(s\))", re.I): br"\1\2",
68
#Removes spaces if a string is followed by a punctuation mark, since ViaVoice doesn't tolerate that.
69
re.compile(br"([a-z]+|\d+|\W+)\s+([:.!;,?](?![a-z]|\d))", re.I): br"\1\2",
70
- #Remove the two spaces separator between strings containing left and right brackets and parentheses, to reduce the verbosity in IBMTTS.
+ #Remove the two spaces separator between strings containing left and right brackets and parentheses to reduce verbosity.
71
re.compile(br'([\(\[]+) (.)'): br'\1\2',
72
re.compile(br'(.) ([\)\]]+)'): br'\1\2',
73
}
0 commit comments