mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-04 17:59:19 +08:00
Updating the version
This commit is contained in:
@@ -1 +1 @@
|
|||||||
0.0.7.0
|
0.0.7.1
|
||||||
|
|||||||
@@ -74,9 +74,11 @@ def expand_abbreviations(text):
|
|||||||
def lowercase(text):
|
def lowercase(text):
|
||||||
return text.lower()
|
return text.lower()
|
||||||
|
|
||||||
|
|
||||||
def remove_brackets(text):
|
def remove_brackets(text):
|
||||||
return re.sub(_brackets_re, "", text)
|
return re.sub(_brackets_re, "", text)
|
||||||
|
|
||||||
|
|
||||||
def collapse_whitespace(text):
|
def collapse_whitespace(text):
|
||||||
return re.sub(_whitespace_re, " ", text)
|
return re.sub(_whitespace_re, " ", text)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user