I'm looking for any libraries that can help to match two words with misspelling. For instance, the gem should mark the following statements as true (it's just an example, not necessary to have standard strings extended)
'Start' == 'Strat'
'woodpecker' == 'Wodpekcer'
Any ruby gems for data quality checking?
You know about Levenshtein?
https://github.com/anjlab/rubyfish is just one gem you can install