Schema URL

Type: object

Properties

symbols object
2 nested properties
silence string[]

The symbol(s) used to indicate silence.

Default:
[
  "<SIL>"
]
punctuation

EveryVoice will combine punctuation and normalize it into a set of five permissible types of punctuation to help tractable training.

All of: Punctuation object
to_replace Record<string, string>
Default:
{}
cleaners string[]
g2p_engines Record<string, string>

User defined or external G2P engines. See https://github.com/EveryVoiceTTS/everyvoice_g2p_template_plugin to implement your own G2P.

Default:
{}
Examples: "{"fr": "everyvoice_plugin_g2p4example.g2p"}"

Definitions

Punctuation object
exclamations string[]

Exclamation punctuation symbols used in your datasets. Replaces these symbols with internally.

Default:
[
  "!",
  "¡"
]
question_symbols string[]

Question/interrogative punctuation symbols used in your datasets. Replaces these symbols with internally.

Default:
[
  "?",
  "¿"
]
quotemarks string[]

Quotemark punctuation symbols used in your datasets. Replaces these symbols with internally.

Default:
[
  "\"",
  "'",
  "“",
  "”",
  "«",
  "»"
]
big_breaks string[]

Punctuation symbols indicating a 'big break' used in your datasets. Replaces these symbols with internally.

Default:
[
  ".",
  ":",
  ";"
]
small_breaks string[]

Punctuation symbols indicating a 'small break' used in your datasets. Replaces these symbols with internally.

Default:
[
  ",",
  "-",
  "—"
]
ellipsis string[]

Punctuation symbols indicating an ellipsis used in your datasets. Replaces these symbols with internally.

Default:
[
  "…"
]
Symbols object
silence string[]

The symbol(s) used to indicate silence.

Default:
[
  "<SIL>"
]
punctuation

EveryVoice will combine punctuation and normalize it into a set of five permissible types of punctuation to help tractable training.

All of: Punctuation object