bug fixes for logging

This commit is contained in:
Eren Golge
2019-08-19 16:27:53 +02:00
parent 72ad58d893
commit d99623e285
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ _ID_TO_PHONEMES = {i: s for i, s in enumerate(phonemes)}
# Regular expression matching text enclosed in curly braces:
_CURLY_RE = re.compile(r'(.*?)\{(.+?)\}(.*)')
# Regular expression matchinf punctuations, ignoring empty space
# Regular expression matching punctuations, ignoring empty space
PHONEME_PUNCTUATION_PATTERN = r'['+_phoneme_punctuations+']+'