We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
from text_to_num import alpha2digit print(alpha2digit("two is greater than negative two", "en"))
which outputs "2 is greater than negative 2"