You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to replace dash character to space, too. _inflect.number_to_words(num, andword='', zero='oh', group=2).replace(', ', ' ').replace('-', ' ')
Without that, 91 => ninety-one.
The text was updated successfully, but these errors were encountered:
tacotron/text/numbers.py
Line 57 in d26c763
You need to replace dash character to space, too.
_inflect.number_to_words(num, andword='', zero='oh', group=2).replace(', ', ' ').replace('-', ' ')
Without that, 91 => ninety-one.
The text was updated successfully, but these errors were encountered: