EveryVoice TTS Toolkit Text Configuration
0.2Schema 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 a 'big break' used in your datasets. Replaces these symbols with
[
".",
":",
";"
]
Punctuation symbols indicating a 'small break' used in your datasets. Replaces these symbols with
[
",",
"-",
"—"
]
Punctuation symbols indicating an ellipsis 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.