for a text which has number range, ``` text = 'hello (1200 - 1230)' out = normalize_text(text) ``` gets converted as hello (twelve million one thousand two hundred thirty) fix for this case is @ https://github.com/yl4579/PL-BERT/pull/27
for a text which has number range,
gets converted as
hello (twelve million one thousand two hundred thirty)
fix for this case is @ #27