Closed ainzzorl closed 3 years ago
did_you_mean is a typo-detecting gem that ships with Ruby since Ruby 2.3.
We can just focus on the spell-checker. It's based on Levinstein distances.
Add links to the code. Include tests.
https://github.com/ruby/ruby/blob/master/lib/did_you_mean
No
N/A
General
Description
did_you_mean is a typo-detecting gem that ships with Ruby since Ruby 2.3.
We can just focus on the spell-checker. It's based on Levinstein distances.
Links
Add links to the code. Include tests.
https://github.com/ruby/ruby/blob/master/lib/did_you_mean
What makes it interesting
Related work
No
Other
N/A