Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CjangCjengh committed Aug 3, 2022
1 parent 67d967d commit 9aeb60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/cleaners.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def english_cleaners2(text):
return phonemes


def japanese_accent_cleaners(text):
def japanese_cleaners(text):
'''Pipeline for notating accent in Japanese text.'''
'''Reference https://r9y9.github.io/ttslearn/latest/notebooks/ch10_Recipe-Tacotron.html'''
sentences = re.split(_japanese_marks, text)
Expand Down

0 comments on commit 9aeb60e

Please sign in to comment.