-
-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
When normalizing text for TTS, passport numbers are being incorrectly expanded into full numbers instead of digit-by-digit pronunciation.
Example:
Input: Passport number EL9568719
Expected Output: Passport number EL nine five six eight seven one nine
Actual Output: Passport number EL nine million five hundred sixty-eight thousand seven hundred nineteen
Steps to Reproduce:
Pass Passport number EL9568719 to the normalizer.
Observe that the digits are expanded into a large spoken number instead of digit-by-digit.
Expected Behavior:
Passport numbers (and similar identifiers) should be normalized into digit-by-digit speech.
Metadata
Metadata
Assignees
Labels
No labels