Nithin Holla

Results 2 issues of Nithin Holla

### Question The lexicon-based beam search decoder currently has a fixed lexicon and thus a closed set of words that an ASR model can recognise. Is there a way to...

question

Hi, for large numbers, the outputs are incorrect. Here are some examples: ```python >>> from text2digits import text2digits >>> t2d = text2digits.Text2Digits(add_ordinal_ending=True) >>> t2d.convert('six hundred forty nine million') '49000600' >>>...