mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-04 17:59:19 +08:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
""" from https://github.com/keithito/tacotron """
|
||||
"""from https://github.com/keithito/tacotron"""
|
||||
|
||||
from matcha.text import cleaners
|
||||
from matcha.text.symbols import symbols
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
""" from https://github.com/keithito/tacotron
|
||||
"""from https://github.com/keithito/tacotron
|
||||
|
||||
Cleaners are transformations that run over the input text at both training and eval time.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
""" from https://github.com/keithito/tacotron """
|
||||
"""from https://github.com/keithito/tacotron"""
|
||||
|
||||
import re
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
""" from https://github.com/keithito/tacotron
|
||||
"""from https://github.com/keithito/tacotron
|
||||
|
||||
Defines the set of symbols used in text input to the model.
|
||||
"""
|
||||
|
||||
_pad = "_"
|
||||
_punctuation = ';:,.!?¡¿—…"«»“” '
|
||||
_letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
Reference in New Issue
Block a user