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
* fix: resolve 16 failing unit tests across Chinese ITN, Japanese ITN, and English TN
- Chinese ITN: prefer currency symbol ($) over ISO code (USD) by adding
weight to code FST in money rule
- Japanese ITN: fix big_integer FST structure to prevent 三十 being split
into 3+10=310 instead of parsed as 30
- English TN: prefer "oh" over "zero" for digit 0 in non-deterministic
mode by adding weight to zero path
- English TN: fix whitelist test expectation for Hon. -> Honorable
* refactor: deduplicate whitelist entries in tts.tsv
Remove entries from tts.tsv that duplicate mappings in alternatives.tsv
(Hon., Mr., Mrs., Ms.) or are self-duplicated Greek letters (κ, ω, α,
ν, δ, Δ, Α, β, Β). This avoids non-deterministic FST behavior across
platforms when the same key maps to different values in unioned files.
0 commit comments