``` from text_to_num import alpha2digit print(alpha2digit("two is greater than negative two", "en")) ``` which outputs "2 is greater than negative 2"