EveryVoice TTS Toolkit Text Configuration
0.3Schema URL
Properties
2 nested properties
The symbol(s) used to indicate silence.
[
"<SIL>"
]
EveryVoice will combine punctuation and normalize it into a set of five permissible types of punctuation to help tractable training.
{}
User defined or external G2P engines. See https://github.com/EveryVoiceTTS/everyvoice_g2p_template_plugin to implement your own G2P.
{}
Definitions
Exclamation punctuation symbols used in your datasets. Replaces these symbols with
[
"!",
"¡"
]
Question/interrogative punctuation symbols used in your datasets. Replaces these symbols with
[
"?",
"¿"
]
Quotemark punctuation symbols used in your datasets. Replaces these symbols with internally.
[
"\"",
"'",
"“",
"”",
"«",
"»"
]
Punctuation symbols indicating parentheses, brackets, or braces. Replaces these symbols with
[
"(",
")",
"[",
"]",
"{",
"}"
]
Punctuation symbols indicating a 'period' used in your datasets. Replaces these symbols with
[
"."
]
Punctuation symbols indicating a 'colon' used in your datasets. Replaces these symbols with
[
":"
]
Punctuation symbols indicating a 'semi-colon' used in your datasets. Replaces these symbols with
[
";"
]
Punctuation symbols indicating a 'hyphen' used in your datasets. * is a hyphen by default since unidecode decodes middle-dot punctuation as an asterisk. Replaces these symbols with
[
"-",
"—",
"*"
]
Punctuation symbols indicating a 'comma' used in your datasets. Replaces these symbols with
[
","
]
Punctuation symbols indicating ellipses used in your datasets. Replaces these symbols with
[
"…"
]
The symbol(s) used to indicate silence.
[
"<SIL>"
]
EveryVoice will combine punctuation and normalize it into a set of five permissible types of punctuation to help tractable training.