ShailChoksi / text2digits

Converts text such as "twenty three" to number/digit "23" in any sentence
MIT License
66 stars 22 forks source link

Added handling for misspelt words #7

Closed eshiofune closed 5 years ago

eshiofune commented 5 years ago

Finds the bigram similarity between what the user entered and the words in the numwords dictionary and gets the most similar word, in case the user made a typo.